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

    r111 r118  
    736736            </h4> 
    737737         
    738           <div class="comments"> a string array defining the procedure to be created. each element will be a line of the created procedure.  
     738          <div class="comments"> a string array defining the procedure to be created. each element will be a line of the created procedure. 
    739739</div> 
    740740             
     
    747747             
    748748            <h4 id="_createpro_keyword_FILENAMEIN">FILENAMEIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    749                
     749              <span class="attr">in</span> 
    750750               
    751751               
     
    762762             
    763763            <h4 id="_createpro_keyword_KWDLIST">KWDLIST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    764                
     764              <span class="attr">in</span> 
    765765               
    766766               
     
    788788            </h4> 
    789789         
    790             <div class="comments"></div> 
     790            <div class="comments"> obsolote, please pass directly your keywords through _extra 
     791</div> 
    791792             
    792793            <h4 id="_createpro_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    802803         
    803804            <div class="comments"> used to pass your keywords to the created procedure. 
    804  
    805  SIDE EFFECTS: ends the procedure name with '.pro' if needed 
    806805</div> 
    807806             
    808807           
    809808 
    810           <h3>Examples</h3><div class="value">  
     809          <h3>Examples</h3><div class="value"> 
    811810      IDL> createpro, ['print,''OK'''], filename='test' 
    812811      IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    813       IDL>   , filename = 'test', kwdlist =', ok = ok'  
     812      IDL>   , filename = 'test', kwdlist =', ok = ok' 
    814813      IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    815       IDL>   , filename = 'test', kwdlist = ', ok = ok', /ok  
     814      IDL>   , filename = 'test', kwdlist = ', ok = ok', /ok 
    816815 
    817816</div> 
    818817          <h3>Version history</h3> 
    819818           
    820            
     819          <h4>Version</h4><div class="value"> $Id$</div> 
    821820          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    822821 cleaning + new keywords: October 2005 
    823  Feb. 2006: supress keyword "kwdused" and use call_procedure instead of execute</div> 
     822 Feb. 2006: supress keyword "kwdused" and use call_procedure instead of execute 
     823</div> 
    824824           
    825825           
     
    828828           
    829829           
    830           <h4>Restrictions</h4><div class="value"> is not working with functions, use createfunc instead. 
    831               arguments can be given only through keywords 
     830          <h4>Restrictions</h4><div class="value"> 
     831 - is not working with functions, use createfunc instead. 
     832 - arguments can be given only through keywords. 
     833 - ends the procedure name with '.pro' if needed. 
    832834</div> 
    833835         
Note: See TracChangeset for help on using the changeset viewer.