Ignore:
Timestamp:
06/09/06 17:18:59 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Obsolete *.pro files for better idldoc output

Location:
trunk/SRC/Documentation/idldoc_html_output/Calendar
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/date2jul.html

    r93 r97  
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> gives julian day equivalent of a date in yyyymmdd format  
     90</div> 
    9091 
    9192       
     
    109110         
    110111          <div class="comments"> 
    111  
    112  gives julian day equivalent of a date in yyyymmdd format  
    113112</div> 
    114113 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/date2string.html

    r93 r97  
    8787      </div> 
    8888 
    89       <div id="file_comments"> keyword parameters of string function to specify the format of the month (the C format) can be used 
     89      <div id="file_comments"> create a nice and readable format to print a date 
     90 
     91 keyword parameters of string function to specify the format of the month (the C format) can be used 
    9092</div> 
    9193 
     
    110112         
    111113          <div class="comments"> 
    112  
    113  create a nice and readable format to print a date 
    114114</div> 
    115115 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/daysinmonth.html

    r93 r97  
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> give the number of days in a specific month 
     90</div> 
    9091 
    9192       
     
    103104 
    104105          <h2><a class="top" href="#container">top</a>daysinmonth <span class="categories"> calendar 
    105  
    106106</span></h2> 
    107107         
     
    110110         
    111111          <div class="comments"> 
    112  
    113  give the number of days in a specific month 
    114112</div> 
    115113 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/directory-overview.html

    r93 r97  
    9090       
    9191        <dt><a href="date2jul.html?format=raw">date2jul.pro</a></dt> 
    92         <dd></dd> 
     92        <dd> gives julian day equivalent of a date in yyyymmdd format  </dd> 
    9393       
    9494        <dt><a href="date2string.html?format=raw">date2string.pro</a></dt> 
    95         <dd> keyword parameters of string function to specify the format of the month (the C format) can be used </dd> 
     95        <dd> create a nice and readable format to print a date   keyword parameters of string function to specify the format of the month (the C format) can be used </dd> 
    9696       
    9797        <dt><a href="daysinmonth.html?format=raw">daysinmonth.pro</a></dt> 
    98         <dd></dd> 
     98        <dd> give the number of days in a specific month </dd> 
    9999       
    100100        <dt><a href="jul2date.html?format=raw">jul2date.pro</a></dt> 
    101         <dd></dd> 
     101        <dd> gives yyyymmdd date equivalent of a julian day </dd> 
    102102       
    103103        <dt><a href="leapyr.html?format=raw">leapyr.pro</a></dt> 
    104         <dd></dd> 
     104        <dd> determine whether the input year is a leap year or not  Very useful for finding number of days in a year.</dd> 
    105105       
    106106        <dt><a href="monthname.html?format=raw">monthname.pro</a></dt> 
    107         <dd> keyword parameters of string function to specify the format of the month (the C format) can be used.</dd> 
     107        <dd> gives the name of a month   keyword parameters of string function to specify the format of the month (the C format) can be used.</dd> 
    108108       
    109109      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/jul2date.html

    r93 r97  
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> gives yyyymmdd date equivalent of a julian day 
     90</div> 
    9091 
    9192       
     
    109110         
    110111          <div class="comments"> 
    111  
    112  gives yyyymmdd date equivalent of a julian day 
    113112</div> 
    114113 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/leapyr.html

    r93 r97  
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> determine whether the input year is a leap year or not 
     90 Very useful for finding number of days in a year. 
     91 eg. NUM_DAYS_IN_YR = 365 + leapyr(year) 
     92</div> 
    9093 
    9194       
     
    109112         
    110113          <div class="comments"> 
    111  
    112  determine whether the input year is a leap year or not 
    113  Very useful for finding number of days in a year. 
    114  eg. NUM_DAYS_IN_YR = 365 + leapyr(year) 
    115114</div> 
    116115 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/monthname.html

    r93 r97  
    8787      </div> 
    8888 
    89       <div id="file_comments"> keyword parameters of string function to specify the format of the month (the C format) can be used. 
     89      <div id="file_comments"> gives the name of a month 
     90 
     91 keyword parameters of string function to specify the format of the month (the C format) can be used. 
    9092</div> 
    9193 
     
    110112         
    111113          <div class="comments"> 
    112  
    113  gives the name of a month 
    114114</div> 
    115115 
     
    122122             
    123123            <h4 id="_monthname_param_mm1">mm1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124              <span class="attr">in</span> 
    124125               
    125126               
    126                
    127                
     127              <span class="attr">required</span> 
    128128               
    129129               
     
    132132            </h4> 
    133133         
    134           <div class="comments"></div> 
     134          <div class="comments">  the month number (from 1 to 12) 
     135</div> 
    135136             
    136137 
Note: See TracChangeset for help on using the changeset viewer.