Changeset 97 for trunk/SRC/Utilities


Ignore:
Timestamp:
06/09/06 17:18:59 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Obsolete *.pro files for better idldoc output

Location:
trunk/SRC/Utilities
Files:
8 edited

Legend:

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

    r93 r97  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; write an idl function, compile it and execute it. 
     5; @file_comments write an idl function, compile it and execute it. 
    66; usefull to avoid the use of execute 
    77; 
  • trunk/SRC/Utilities/createpro.pro

    r93 r97  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; write an idl procedure, compile it and execute it. 
     5; @file_comments write an idl procedure, compile it and execute it. 
    66; 
    77; @param command {in}{required} a string array defining the procedure to be created. each element will be a line of the created procedure.  
  • trunk/SRC/Utilities/def_myuniquetmpdir.pro

    r93 r97  
    11;+ 
    2 ; if needed, define and create myuniquetmpdir 
     2; @file_comments if needed, define and create myuniquetmpdir 
    33; (common variable from cm_general) and add it to !path 
    44; 
     
    99; 
    1010; @uses cm_general 
    11 ; 
    12 ; @file_comments SIDE EFFECTS: see purpose 
    1311; 
    1412; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
  • trunk/SRC/Utilities/demomode_compatibility.pro

    r93 r97  
    11;+ 
    22; @categories utilities 
     3; @uses cm_general 
    34;- 
    45PRO demomode_compatibility 
  • trunk/SRC/Utilities/find.pro

    r93 r97  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; based on file_search, but it is possible to speficy 
     5; @file_comments based on file_search, but it is possible to speficy 
    66;          a set of possibles names and a different set of 
    77;          possibles directories names. 
     
    4848;        vector is unique. 
    4949; 
    50 ; @file_comments  all file_search keywords can be used. 
     50; @file_comments all file_search keywords can be used. 
    5151; 
    5252; @returns A scalar or array variable of string type, containing the 
  • trunk/SRC/Utilities/isadirectory.pro

    r93 r97  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; check if a directory exists and make sure that it ends  
     5; @file_comments check if a directory exists and make sure that it ends  
    66;         with the directory separator mark. 
    77; 
     
    1616; @keyword TITLE the title of the window 
    1717; 
    18 ; @file_comments  all dialog_pickfile keywords (like filter) can be used. 
     18; @file_comments all dialog_pickfile keywords (like filter) can be used. 
    1919; 
    2020; @returns the directory name 
  • trunk/SRC/Utilities/isafile.pro

    r95 r97  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; same as find.pro except that as long as the file is 'NOT FOUND', 
     5; @file_comments same as find.pro except that as long as the file is 'NOT FOUND', 
    66;          isafile calls dialog_pickfile, to ask the user to select a file. 
    77; 
  • trunk/SRC/Utilities/protype.pro

    r93 r97  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; test is a ".pro" file corresponds to an IDL procedure, 
     5; @file_comments test is a ".pro" file corresponds to an IDL procedure, 
    66;          function or batch file. 
    77; 
Note: See TracChangeset for help on using the changeset viewer.