Ignore:
Timestamp:
04/17/14 10:49:43 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules; typo; dupe empty lines; trailing blanks

File:
1 edited

Legend:

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

    r375 r495  
    66; 
    77; @param command {in}{required} {type=scalar string} 
    8 ; defining the result to be given back by the function.  
     8; defining the result to be given back by the function. 
    99; (see examples) 
    1010; 
     
    1212; name of the function to be created. 
    1313; 
    14 ; @keyword KWDLIST {in} {type=vector string}  
    15 ; to specify a list of keywords that must be included in the  
    16 ; function definition.  
     14; @keyword KWDLIST {in} {type=vector string} 
     15; to specify a list of keywords that must be included in the 
     16; function definition. 
    1717; 
    18 ; Warning: the string must start with a ','  
     18; Warning: the string must start with a ',' 
    1919; for example: KWDLIST=', TOTO=toto' 
    2020; 
    21 ; @keyword _EXTRA  
     21; @keyword _EXTRA 
    2222; Used to pass keywords to the created function. 
    2323; 
Note: See TracChangeset for help on using the changeset viewer.