Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/createfunc.html

    r338 r402  
    171171 to specify a list of keywords that must be included in the  
    172172 function definition.  
     173 
    173174 Warning: the string must start with a ','  
    174175 for example: KWDLIST=', TOTO=toto' 
     
    193194 
    194195          <h3>Examples</h3><div class="preformat"> 
    195  IDL> print, createfunc('3*2', FILENAMEIN='test') 
    196  IDL> print, createfunc('3*two', FILENAMEIN='test' $ 
    197  IDL>                          , KWDLIST='two = two', TWO=2) 
     196 
     197   IDL> print, createfunc('3*2', FILENAMEIN='test') 
     198   IDL> print, createfunc('3*two', FILENAMEIN='test' $ 
     199   IDL>                          , KWDLIST='two = two', TWO=2) 
    198200</div> 
    199201          <h3>Version history</h3> 
    200202           
    201203          <h4>Version</h4><div class="preformat"> 
    202  $Id: createfunc.pro 327 2007-12-13 16:22:35Z pinsard $ 
     204 $Id: createfunc.pro 375 2008-08-08 15:55:40Z pinsard $ 
    203205</div> 
    204206          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.