Ignore:
Timestamp:
06/29/06 16:59:33 (18 years ago)
Author:
pinsard
Message:

correction of some *.pro using aspell list; introduction of default idldoc syntax

File:
1 edited

Legend:

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

    r118 r121  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; @file_comments based on file_search, but it is possible to speficy 
     5; @file_comments based on file_search, but it is possible to specify 
    66;          a set of possibles names and a different set of 
    77;          possibles directories names. 
    8 ;          By defaut look for files included in !path 
     8;          By default look for files included in !path 
    99; 
    1010; @categories find a file 
     
    1313;     file names to match. Input names specifications may contain 
    1414;     wildcard characters, enabling them to match multiple files 
    15 ;     (see file_search for more informations). By defaut and if 
     15;     (see file_search for more informations). By default and if 
    1616;     necessary, find is looking for filename and also for filename 
    1717;     completed with '.pro' 
     
    2020;        soon as we found one. 
    2121; 
    22 ; @keyword IODIRECTORY A scalar or array variable of string type, containing 
    23 ;        directories names where we are looking for the file. by defaut 
    24 ;        we use !path. Different directories can be separated by 
     22; @keyword IODIRECTORY {default=!path} A scalar or array variable of string type, containing 
     23;        directories names where we are looking for the file.   
     24;        Different directories can be separated by 
    2525;        path_sep(/search_path) (':' on unix type machine) as it is done 
    2626;        to define !path. 
     
    8686; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    8787;                       28/4/1999 
    88 ;                       6/7/1999: compatibilite mac et windows 
     88;                       6/7/1999: compatibility mac and windows 
    8989; June 2005: Sebastien Masson: cleaning, use for file_* functions 
    9090; 
Note: See TracChangeset for help on using the changeset viewer.