Ignore:
Timestamp:
07/10/06 17:20:19 (18 years ago)
Author:
pinsard
Message:

some improvements and corrections in some .pro file according to
aspell and idldoc log file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/createpro.pro

    r128 r136  
    66; write an idl procedure, compile it and execute it. 
    77; 
    8 ; @param command {in}{required} a string array defining the procedure to be created. each element will be a line of the created procedure. 
     8; @param command {in}{required}  
     9; a string array defining the procedure to be created.  
     10; each element will be a line of the created procedure. 
    911; 
    1012; @keyword FILENAMEIN {in} {default=for_createpro.pro} 
    11 ;  name of the procedure to be created. 
     13; name of the procedure to be created. 
    1214; 
    13 ; @keyword KWDLIST {in} a vector string. to specify a list of keywords that 
    14 ;      must be included in the procedure definition. Warning: the string 
    15 ;      must start with a ',' for example: KWDLIST = ', TOTO = toto' 
     15; @keyword KWDLIST {in}  
     16; a vector string.  
     17; to specify a list of keywords that must be included in the procedure  
     18; definition.  
     19; Warning: the string must start with a ','  
     20; for example: KWDLIST = ', TOTO = toto' 
    1621; 
    17 ; @keyword KWDUSED obsolote, please pass directly your keywords through _EXTRA 
     22; @keyword KWDUSED  
     23; obsolete, please pass directly your keywords through _EXTRA 
    1824; 
    19 ; @keyword _EXTRA used to pass your keywords to the created procedure. 
     25; @keyword _EXTRA  
     26; used to pass your keywords to the created procedure. 
    2027; 
    2128; @restrictions 
     
    4855    dummy = report(['keyword KWDUSED has been suppressed,' $ 
    4956                    , 'please pass directly your keywords through _extra,' $ 
    50                     , 'see exaemples in createpro header']) 
     57                    , 'see examples in createpro header']) 
    5158    return 
    5259  ENDIF 
Note: See TracChangeset for help on using the changeset viewer.