Ignore:
Timestamp:
06/29/06 16:59:33 (18 years ago)
Author:
pinsard
Message:

correction of some *.pro using aspell list; introduction of default idldoc syntax

File:
1 edited

Legend:

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

    r118 r121  
    77; @param command {in}{required} a string array defining the procedure to be created. each element will be a line of the created procedure. 
    88; 
    9 ; @keyword FILENAMEIN {in} name of the procedure to be created. 
    10     'for_createpro.pro' by default 
     9; @keyword FILENAMEIN {in} {default=for_createpro.pro} 
     10name of the procedure to be created. 
    1111; 
    1212; @keyword KWDLIST {in} a vector string. to specify a list of keywords that 
     
    1414;      must start with a ',' for example: KWDLIST = ', TOTO = toto' 
    1515; 
    16 ; @keyword KWDUSED obsolote, please pass directly your keywords through _extra 
     16; @keyword KWDUSED obsolote, please pass directly your keywords through _EXTRA 
    1717; 
    1818; @keyword _EXTRA used to pass your keywords to the created procedure. 
     
    4141;------------------------------------------------------------ 
    4242PRO createpro, command, FILENAMEIN = filenamein $ 
    43                , KWDLIST = kwdlist, KWDUSED = kwdused, _extra = ex 
     43               , KWDLIST = kwdlist, KWDUSED = kwdused, _EXTRA = ex 
    4444; 
    4545  compile_opt idl2, hidden, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.