Ignore:
Timestamp:
03/15/07 11:22:28 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r163 r224  
    99; @categories io 
    1010; 
    11 ; @param FILEIN {in}{optional}  
    12 ; a proposed name. If neither filein input parameter of filename keyword are  
     11; @param FILEIN {in}{optional} 
     12; a proposed name. If neither filein input parameter of filename keyword are 
    1313; defined, the ask the user to choose a file. 
    1414; 
    15 ; @keyword FILENAME  
     15; @keyword FILENAME 
    1616; a proposed filename. 
    1717; 
    18 ; @keyword IODIRECTORY  
     18; @keyword IODIRECTORY 
    1919; a directory where we look for the file. this 
    2020; keyword is taken into account only if the dirname 
    2121; of filein or filename is '.' 
    2222; 
    23 ; @keyword NEW  
    24 ; to specify that filename is a new file and that we should check only its  
     23; @keyword NEW 
     24; to specify that filename is a new file and that we should check only its 
    2525; path 
    2626; 
    27 ; @keyword ONLYPRO  
     27; @keyword ONLYPRO 
    2828; force to look only at file ending with .pro 
    2929; 
    30 ; @keyword ONLYNC  
     30; @keyword ONLYNC 
    3131; force to look only at file ending with .nc 
    3232; 
    33 ; @keyword RECURSIVE  
     33; @keyword RECURSIVE 
    3434; performs recursive searching of directory hierarchies. 
    3535; In a recursive search, find looks recursively for any and all 
    3636; subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    3737; 
    38 ; @keyword _EXTRA  
     38; @keyword _EXTRA 
    3939; used to pass your keywords 
    4040; 
    41 ; @file_comments  
    4241; all find, file_search and dialog_pickfile keywords (like title) can be used 
    4342; 
    44 ; @returns  
     43; @returns 
    4544; the filename with its path 
    4645; 
     
    5958; IDL> print, isafile('fake_file.pro') 
    6059; 
    61 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     60; @history 
     61; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    6262;                      11/2/2000 
    6363; June 2005: Sebastien Masson: cleaning, use for file_* functions 
    6464; 
    65 ; @version $Id$ 
     65; @version 
     66; $Id$ 
    6667;- 
    6768;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.