Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

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

    r111 r118  
    716716         
    717717          <p class="header"> 
    718             <span class="result">result = </span>createfunc(<span class="result"><a href="#_createfunc_param_command">command</a></span>, <a href="#_createfunc_keyword_FILENAMEIN">FILENAMEIN</a>=<span class="result">FILENAMEIN</span>, <a href="#_createfunc_keyword_KWDLIST">KWDLIST</a>=<span class="result">KWDLIST</span>, <a href="#_createfunc_keyword__extra">_extra</a>=<span class="result">_extra</span>)</p> 
     718            <span class="result">result = </span>createfunc(<span class="result"><a href="#_createfunc_param_command">command</a></span>, <a href="#_createfunc_keyword_FILENAMEIN">FILENAMEIN</a>=<span class="result">FILENAMEIN</span>, <a href="#_createfunc_keyword_KWDLIST">KWDLIST</a>=<span class="result">KWDLIST</span>, <a href="#_createfunc_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    719719         
    720720          <div class="comments"></div> 
     
    737737            </h4> 
    738738         
    739           <div class="comments"> a scalar string defining the result to be byven back by the function. (see examples) 
     739          <div class="comments"> a scalar string defining the result to be  
     740 given back by the function. (see examples) 
    740741</div> 
    741742             
     
    759760         
    760761            <div class="comments"> name of the funccedure to be created. 
    761       'for_createfunc.pro' by default</div> 
     762      'for_createfunc.pro' by default 
     763</div> 
    762764             
    763765            <h4 id="_createfunc_keyword_KWDLIST">KWDLIST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    777779</div> 
    778780             
    779             <h4 id="_createfunc_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     781            <h4 id="_createfunc_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    780782               
    781783               
     
    789791         
    790792            <div class="comments"> used to pass your keywords to the created function. 
    791  
    792  SIDE EFFECTS: ends the function name with '.pro' if needed 
    793793</div> 
    794794             
    795795           
    796796 
    797           <h3>Examples</h3><div class="value">  
     797          <h3>Examples</h3><div class="value"> 
    798798      IDL> print, createfunc('3*2', filename='test') 
    799799      IDL> print, createfunc('3*two', filename = 'test' $ 
     
    802802          <h3>Version history</h3> 
    803803           
    804            
     804          <h4>Version</h4><div class="value"> $Id$ 
     805</div> 
    805806          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    806                       May 2005</div> 
     807                      May 2005 
     808</div> 
    807809           
    808810           
     
    811813           
    812814           
    813           <h4>Restrictions</h4><div class="value"> arguments can be given only through keywords 
     815          <h4>Restrictions</h4><div class="value">  
     816 - arguments can be given only through keywords; 
     817 - ends the function name with '.pro' if needed. 
    814818</div> 
    815819         
Note: See TracChangeset for help on using the changeset viewer.