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/Calendar/monthname.pro

    r9 r93  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:monthname 
    65; 
    7 ; PURPOSE:gives the name of a month 
     6; gives the name of a month 
    87; 
    9 ; CATEGORY: 
     8; @categories calendar 
     9;  
     10; @param number {in}{required}  the month number (from 1 to 12) 
    1011; 
    11 ; CALLING SEQUENCE:name=monthname(number) 
    12 ;  
    13 ; INPUTS: number, the month number (from 1 to 12) 
     12; @file_comments keyword parameters of string function to specify the format of the month (the C format) can be used. 
    1413; 
    15 ; KEYWORD PARAMETERS:those of string fonction to specify the 
    16 ;                    format of the month (the C format) 
     14; @returns the month's name 
    1715; 
    18 ; OUTPUTS: an integer, the month's name 
     16; @examples  
     17; IDL> name=monthname(2) 
    1918; 
    20 ; COMMON BLOCKS:None 
    21 ; 
    22 ; SIDE EFFECTS: 
    23 ; 
    24 ; RESTRICTIONS: 
    25 ; 
    26 ; EXAMPLE: 
    27 ; 
    28 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     19; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2920;                      1 October 2001 
    3021;- 
Note: See TracChangeset for help on using the changeset viewer.