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/createfunc.pro

    r128 r136  
    44;+ 
    55; @file_comments 
    6 ; write an idl function, compile it and execute it. 
    7 ; usefull to avoid the use of execute 
     6; write an IDL function, compile it and execute it. 
     7; useful to avoid the use of execute 
    88; 
    9 ; @param command {in}{required} a scalar string defining the result to be 
    10 ; given back by the function. (see examples) 
     9; @param command {in}{required}  
     10; a scalar string defining the result to be given back by the function.  
     11; (see examples) 
    1112; 
    1213; @keyword FILENAMEIN {in} {default=for_createfunc.pro} 
    1314; name of the function to be created. 
    1415; 
    15 ; @keyword KWDLIST {in} a vector string. to specify a list of keywords that 
    16 ;      must be included in the function definition. Warning: the string 
    17 ;      must start with a ',' for example: KWDLIST = ', TOTO = toto' 
     16; @keyword KWDLIST {in}  
     17; a vector string. to specify a list of keywords that must be included in the  
     18; function definition.  
     19; Warning: the string must start with a ','  
     20; for example: KWDLIST = ', TOTO = toto' 
    1821; 
    19 ; @keyword _EXTRA used to pass your keywords to the created function. 
     22; @keyword _EXTRA  
     23; used to pass your keywords to the created function. 
    2024; 
    2125; @restrictions 
Note: See TracChangeset for help on using the changeset viewer.