Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

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

    r239 r242  
    55; 
    66; @param command {in}{required}{type=string array} 
    7 ; a string array defining the procedure to be created.  
     7; array defining the procedure to be created.  
    88; each element will be a line of the created procedure. 
    99; 
     
    1111; name of the procedure to be created. 
    1212; 
    13 ; @keyword KWDLIST {in}  
    14 ; a vector string.  
     13; @keyword KWDLIST {in} {type=vector string} 
    1514; to specify a list of keywords that must be included in the procedure  
    1615; definition.  
     
    2524; 
    2625; @restrictions 
    27 ; - is not working with functions, use createfunc instead. 
     26; - is not working with functions, use <pro>createfunc</pro> instead. 
    2827; - arguments can be given only through keywords. 
    2928; - ends the procedure name with '.pro' if needed. 
     
    4342; @version 
    4443; $Id$ 
     44; 
    4545;- 
    4646; 
Note: See TracChangeset for help on using the changeset viewer.