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/Documentation/idldoc_assistant_output/Utilities/createpro.html

    r234 r242  
    7272      <h2>createpro  </h2> 
    7373 
    74       <p><font face="Courier">createpro<i>, <a href="#_createpro_keyword_command">command</a></i>, <a href="#_createpro_keyword_FILENAMEIN">FILENAMEIN</a>=<i>FILENAMEIN</i>, <a href="#_createpro_keyword_KWDLIST">KWDLIST</a>=<i>KWDLIST</i>, <a href="#_createpro_keyword_KWDUSED">KWDUSED</a>=<i>KWDUSED</i>, <a href="#_createpro_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     74      <p><font face="Courier">createpro<i>, <a href="#_createpro_keyword_command">command</a></i>, <a href="#_createpro_keyword_FILENAMEIN">FILENAMEIN</a>=<i>FILENAMEIN</i>, <a href="#_createpro_keyword_KWDLIST">KWDLIST</a>=<i>vector string</i>, <a href="#_createpro_keyword_KWDUSED">KWDUSED</a>=<i>KWDUSED</i>, <a href="#_createpro_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7575 
    7676     
     
    9696 
    9797     
    98  a string array defining the procedure to be created.  
     98 array defining the procedure to be created.  
    9999 each element will be a line of the created procedure. 
    100100 
     
    129129       
    130130       
    131        
    132        
    133        
    134     </h4> 
    135  
    136       
    137  a vector string.  
     131      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>vector string</i></font> 
     132       
     133       
     134    </h4> 
     135 
     136     
    138137 to specify a list of keywords that must be included in the procedure  
    139138 definition.  
     
    186185     
    187186    <h4>Version</h4> 
    188  $Id: createpro.pro 232 2007-03-20 16:59:36Z pinsard $ 
     187 $Id: createpro.pro 239 2007-03-28 06:50:03Z smasson $ 
     188 
    189189    <h4>History</h4> 
    190190 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    199199     
    200200    <h4>Restrictions</h4> 
    201  - is not working with functions, use createfunc instead. 
     201 - is not working with functions, use <a href=".//createfunc.html">createfunc</a> instead. 
    202202 - arguments can be given only through keywords. 
    203203 - ends the procedure name with '.pro' if needed. 
Note: See TracChangeset for help on using the changeset viewer.