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/monthname.html

    r89 r93  
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> keyword parameters of string function to specify the format of the month (the C format) can be used. 
     90</div> 
    9091 
    9192       
     
    102103        <div class="routine_details" id="_monthname"> 
    103104 
    104           <h2><a class="top" href="#container">top</a>monthname </h2> 
     105          <h2><a class="top" href="#container">top</a>monthname <span class="categories"> calendar 
     106 </span></h2> 
    105107         
    106108          <p class="header"> 
     
    108110         
    109111          <div class="comments"> 
    110  NAME:monthname 
    111112 
    112  PURPOSE:gives the name of a month 
    113  
    114  CATEGORY: 
    115  
    116  CALLING SEQUENCE:name=monthname(number) 
    117   
    118  INPUTS: number, the month number (from 1 to 12) 
    119  
    120  KEYWORD PARAMETERS:those of string fonction to specify the 
    121                     format of the month (the C format) 
    122  
    123  OUTPUTS: an integer, the month's name 
    124  
    125  COMMON BLOCKS:None 
    126  
    127  SIDE EFFECTS: 
    128  
    129  RESTRICTIONS: 
    130  
    131  EXAMPLE: 
     113 gives the name of a month 
    132114</div> 
    133115 
    134            
     116          <h3>Return value</h3><div class="value"> the month's name 
     117</div> 
    135118 
    136119           
     
    173156           
    174157 
     158          <h3>Examples</h3><div class="value">  
     159 IDL> name=monthname(2) 
     160</div> 
     161          <h3>Version history</h3> 
    175162           
    176163           
    177            
    178            
    179            
     164          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     165                      1 October 2001</div> 
    180166           
    181167           
Note: See TracChangeset for help on using the changeset viewer.