Ignore:
Timestamp:
06/07/06 19:12:14 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Calendar and Utilities *.pro files for bet
ter idldoc output

File:
1 edited

Legend:

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

    r89 r93  
    102102        <div class="routine_details" id="_jul2date"> 
    103103 
    104           <h2><a class="top" href="#container">top</a>jul2date </h2> 
     104          <h2><a class="top" href="#container">top</a>jul2date <span class="categories"> calendar 
     105</span></h2> 
    105106         
    106107          <p class="header"> 
     
    108109         
    109110          <div class="comments"> 
    110  NAME: jul2date 
    111111 
    112  PURPOSE: gives yyyymmdd date equivalent of a julian day 
    113  
    114  CATEGORY: calendar 
    115  
    116  CALLING SEQUENCE: date = jul2date(jday) 
    117  
    118  INPUTS:jday: julian day 
    119  
    120  KEYWORD PARAMETERS: None 
    121  
    122  OUTPUTS: date in yyyymmdd format 
    123  
    124  COMMON BLOCKS: None 
    125  
    126  SIDE EFFECTS: 
    127  
    128  RESTRICTIONS: 
    129  
    130  EXAMPLE: 
    131  
    132     IDL> print, jul2date(julday(12,23,1999)) 
    133         19991223 
     112 gives yyyymmdd date equivalent of a julian day 
    134113</div> 
    135114 
    136            
     115          <h3>Return value</h3><div class="value"> date in yyyymmdd format 
     116</div> 
    137117 
    138118           
     
    141121             
    142122            <h4 id="_jul2date_param_jday">jday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     123              <span class="attr">in</span> 
    143124               
    144125               
    145                
    146                
     126              <span class="attr">required</span> 
    147127               
    148128               
     
    151131            </h4> 
    152132         
    153           <div class="comments"></div> 
     133          <div class="comments"> julian day 
     134</div> 
    154135             
    155136 
     
    158139           
    159140 
     141          <h3>Examples</h3><div class="value">  
     142 
     143    IDL> print, jul2date(julday(12,23,1999)) 
     144        19991223 
     145</div> 
     146          <h3>Version history</h3> 
    160147           
    161148           
    162            
    163            
    164            
     149          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     150                       June 2005</div> 
    165151           
    166152           
Note: See TracChangeset for help on using the changeset viewer.