Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

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

Legend:

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

    r234 r242  
    258258           
    259259          <h4>Version</h4><div class="preformat"> 
    260  $Id: caldat.pro 231 2007-03-19 17:15:51Z pinsard $</div> 
     260 $Id: caldat.pro 238 2007-03-27 13:43:18Z pinsard $ 
     261</div> 
    261262          <h4>History</h4><div class="preformat"> 
    262263 Translated from "Numerical Recipies in C", by William H. Press, 
     
    290291           
    291292           
    292           <h4>Uses routines</h4><div class="preformat"> cm_4cal 
     293          <h4>Uses routines</h4><div class="preformat"> 
     294 cm_4cal 
    293295</div> 
    294296           
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/date2jul.html

    r234 r242  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 gives Julian day equivalent of a date in yyyymmdd format 
    9191</div> 
     
    114114</div> 
    115115 
    116           <h3>Return value</h3><div class="preformat">  
     116          <h3>Return value</h3><div class="preformat"> 
    117117 date in Julian day 
    118118</div> 
     
    173173           
    174174          <h4>Version</h4><div class="preformat"> 
    175  $Id: date2jul.pro 231 2007-03-19 17:15:51Z pinsard $ 
    176 </div> 
    177           <h4>History</h4><div class="preformat">  
     175 $Id: date2jul.pro 238 2007-03-27 13:43:18Z pinsard $ 
     176</div> 
     177          <h4>History</h4><div class="preformat"> 
    178178 Sebastien Masson (smasson@lodyc.jussieu.fr) June 2005 
    179179</div> 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/date2string.html

    r234 r242  
    172172           
    173173          <h4>Version</h4><div class="preformat"> 
    174  $Id: date2string.pro 231 2007-03-19 17:15:51Z pinsard $ 
    175 </div> 
    176           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     174 $Id: date2string.pro 238 2007-03-27 13:43:18Z pinsard $ 
     175</div> 
     176          <h4>History</h4><div class="preformat"> 
     177 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    177178 Creation ??? 
    178179 update/review June 2005 Sebastien Masson. 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/daysinmonth.html

    r234 r242  
    104104        <div class="routine_details" id="_daysinmonth"> 
    105105 
    106           <h2><a class="top" href="#container">top</a>daysinmonth <span class="categories">  
     106          <h2><a class="top" href="#container">top</a>daysinmonth <span class="categories"> 
    107107 Calendar 
    108108</span></h2> 
     
    114114</div> 
    115115 
    116           <h3>Return value</h3><div class="preformat">  
     116          <h3>Return value</h3><div class="preformat"> 
    117117 number of days in a month or -1 in case of error 
    118118</div> 
     
    164164          <h3>Version history</h3> 
    165165           
    166           <h4>Version</h4><div class="preformat">  
    167  $Id: daysinmonth.pro 231 2007-03-19 17:15:51Z pinsard $ 
    168 </div> 
    169           <h4>History</h4><div class="preformat">  
     166          <h4>Version</h4><div class="preformat"> 
     167 $Id: daysinmonth.pro 238 2007-03-27 13:43:18Z pinsard $ 
     168</div> 
     169          <h4>History</h4><div class="preformat"> 
    170170 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    171171 2/7/98 
     
    183183           
    184184           
    185           <h4>Uses routines</h4><div class="preformat">  
    186  cm_4cal, updatenew 
     185          <h4>Uses routines</h4><div class="preformat"> 
     186 cm_4cal 
     187 updatenew 
    187188</div> 
    188189           
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/directory-overview.html

    r234 r242  
    9393       
    9494        <dt><a href="date2jul.html">date2jul.pro</a></dt> 
    95         <dd>   gives Julian day equivalent of a date in yyyymmdd format </dd> 
     95        <dd>  gives Julian day equivalent of a date in yyyymmdd format </dd> 
    9696       
    9797        <dt><a href="date2string.html">date2string.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/leapyr.html

    r234 r242  
    106106        <div class="routine_details" id="_leapyr"> 
    107107 
    108           <h2><a class="top" href="#container">top</a>leapyr <span class="categories">  
     108          <h2><a class="top" href="#container">top</a>leapyr <span class="categories"> 
    109109 Calendar 
    110110</span></h2> 
     
    116116</div> 
    117117 
    118           <h3>Return value</h3><div class="preformat">  
     118          <h3>Return value</h3><div class="preformat"> 
    119119 0 then not a leap year, 1 then year is a leap year 
    120120 with the same number of elements than year. 
     
    151151           
    152152          <h4>Version</h4><div class="preformat"> 
    153  $Id: leapyr.pro 231 2007-03-19 17:15:51Z pinsard $ 
     153 $Id: leapyr.pro 238 2007-03-27 13:43:18Z pinsard $ 
    154154</div> 
    155155          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.