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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Obsolete/fictype.pro

    r44 r97  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME: fictype 
     5; @file_comments  gives fictype ('DA' 'MO' 'AN' 'SE' 'EX') corresponding 
     6;           to the given date in vairmer format ( yymmdd ) 
     7; @uses common.pro 
    68; 
    7 ; PURPOSE:  gives fictype ('DA' 'MO' 'AN' 'SE' 'EX') corresponding 
    8 ;           to the given date in vairmer format ( yymmdd ) 
     9; @exammples 
     10; IDL> fictype = fictype(930124) 
    911; 
    10 ; CATEGORY: 
    11 ; 
    12 ; CALLING SEQUENCE:  fictype = fictype(930124) 
    13 ; 
    14 ; INPUTS: 
    15 ; 
    16 ; KEYWORD PARAMETERS: 
    17 ; 
    18 ; OUTPUTS: 
    19 ; 
    20 ; COMMON BLOCKS: 
    21 ;       common.pro 
    22 ; 
    23 ; SIDE EFFECTS: 
    24 ; 
    25 ; RESTRICTIONS: 
    26 ; 
    27 ; EXAMPLE: 
    28 ; 
    29 ; MODIFICATION HISTORY: Jerome Vialard  (jv@lodyc.jussieu.fr) 
    30 ;                       2/7/98 
     12; @history Jerome Vialard  (jv\@lodyc.jussieu.fr) 
     13; 2/7/98 
    3114;- 
    3215;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.