Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

File:
1 edited

Legend:

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

    r121 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> write an idl function, compile it and execute it. 
    699  usefull to avoid the use of execute 
     698      <div id="file_comments"> 
     699 write an IDL function, compile it and execute it. 
     700 useful to avoid the use of execute 
    700701</div> 
    701702 
     
    737738            </h4> 
    738739         
    739           <div class="comments"> a scalar string defining the result to be  
    740  given back by the function. (see examples) 
     740          <div class="comments">  
     741 a scalar string defining the result to be given back by the function.  
     742 (see examples) 
    741743</div> 
    742744             
     
    759761            </h4> 
    760762         
    761             <div class="comments">  
     763            <div class="comments"> 
    762764 name of the function to be created. 
    763765</div> 
     
    774776            </h4> 
    775777         
    776             <div class="comments"> a vector string. to specify a list of keywords that 
    777       must be included in the function definition. Warning: the string 
    778       must start with a ',' for example: KWDLIST = ', TOTO = toto' 
     778            <div class="comments">  
     779 a vector string. to specify a list of keywords that must be included in the  
     780 function definition.  
     781 Warning: the string must start with a ','  
     782 for example: KWDLIST = ', TOTO = toto' 
    779783</div> 
    780784             
     
    790794            </h4> 
    791795         
    792             <div class="comments"> used to pass your keywords to the created function. 
     796            <div class="comments">  
     797 used to pass your keywords to the created function. 
    793798</div> 
    794799             
    795800           
    796801 
    797           <h3>Examples</h3><div class="value"> 
    798       IDL> print, createfunc('3*2', filename='test') 
    799       IDL> print, createfunc('3*two', filename = 'test' $ 
    800                                     , kwdlist ='two = two', two = 2) 
     802          <h3>Examples</h3><div class="preformat"> 
     803 IDL> print, createfunc('3*2', filename='test') 
     804 IDL> print, createfunc('3*two', filename = 'test' $ 
     805 IDL>                          , kwdlist ='two = two', two = 2) 
    801806</div> 
    802807          <h3>Version history</h3> 
    803808           
    804           <h4>Version</h4><div class="value"> $Id: createfunc.pro 118 2006-06-27 15:47:06Z pinsard $ 
    805 </div> 
    806           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     809          <h4>Version</h4><div class="preformat"> $Id: createfunc.pro 136 2006-07-10 15:20:19Z pinsard $ 
     810</div> 
     811          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    807812                      May 2005 
    808813</div> 
     
    813818           
    814819           
    815           <h4>Restrictions</h4><div class="value">  
     820          <h4>Restrictions</h4><div class="preformat"> 
    816821 - arguments can be given only through keywords; 
    817822 - ends the function name with '.pro' if needed. 
Note: See TracChangeset for help on using the changeset viewer.