Ignore:
Timestamp:
07/06/06 16:32:02 (18 years ago)
Author:
pinsard
Message:

improvements of Utilities/*.pro header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/createfunc.pro

    r121 r128  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; @file_comments write an idl function, compile it and execute it. 
     5; @file_comments 
     6; write an idl function, compile it and execute it. 
    67; usefull to avoid the use of execute 
    78; 
    8 ; @param command {in}{required} a scalar string defining the result to be  
     9; @param command {in}{required} a scalar string defining the result to be 
    910; given back by the function. (see examples) 
    1011; 
    11 ; @keyword FILENAMEIN {in} {default=for_createfunc.pro}  
     12; @keyword FILENAMEIN {in} {default=for_createfunc.pro} 
    1213; name of the function to be created. 
    1314; 
     
    1819; @keyword _EXTRA used to pass your keywords to the created function. 
    1920; 
    20 ; @restrictions  
     21; @restrictions 
    2122; - arguments can be given only through keywords; 
    2223; - ends the function name with '.pro' if needed. 
    2324; 
    2425; @examples 
    25 ;      IDL> print, createfunc('3*2', filename='test') 
    26 ;      IDL> print, createfunc('3*two', filename = 'test' $ 
    27 ;                                    , kwdlist ='two = two', two = 2) 
     26; IDL> print, createfunc('3*2', filename='test') 
     27; IDL> print, createfunc('3*two', filename = 'test' $ 
     28; IDL>                          , kwdlist ='two = two', two = 2) 
    2829; 
    2930; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.