Ignore:
Timestamp:
06/12/06 16:49:30 (18 years ago)
Author:
pinsard
Message:

start to modify headers of ReadWrite? *.pro files for better idldoc output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/scanoasis.pro

    r44 r106  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:scanoasis 
     5; @file_comments scan an Oasis file (version < 2.5) 
    66; 
    7 ; PURPOSE:scan an Oasis file (version < 2.5) 
     7; @categories know what is inside 
    88; 
    9 ; CATEGORY:know what is inside 
     9; @param filename {in}{required} the file name 
    1010; 
    11 ; CALLING SEQUENCE:scanoasis, filename 
    12 ;  
    13 ; INPUTS: filename: the file name! 
     11; @restrictions List the variable names included in a Oasis file 
    1412; 
    15 ; KEYWORD PARAMETERS: 
     13; @examples 
     14;  IDL> scanoasis,'grids_orca_t106' 
    1615; 
    17 ; OUTPUTS: 
    18 ; 
    19 ; COMMON BLOCKS: 
    20 ; 
    21 ; SIDE EFFECTS: List the variable names included in a Oasis file 
    22 ; 
    23 ; RESTRICTIONS: 
    24 ; 
    25 ; EXAMPLE:  IDL> scanoasis,'grids_orca_t106' 
    26 ; 
    27 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     16; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2817;                      July 01, 2002 
    2918;- 
Note: See TracChangeset for help on using the changeset viewer.