Ignore:
Timestamp:
07/10/06 17:20:19 (18 years ago)
Author:
pinsard
Message:

some improvements and corrections in some .pro file according to
aspell and idldoc log file

File:
1 edited

Legend:

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

    r128 r136  
    99; @categories io 
    1010; 
    11 ; @param filein {in}{optional} a proposed name. If neither filein 
    12 ;        input parameter of filename keyword are defined, 
    13 ;       the ask the user to choose a file. 
     11; @param filein {in}{optional}  
     12; a proposed name. If neither filein input parameter of filename keyword are  
     13; defined, the ask the user to choose a file. 
    1414; 
    15 ; @keyword FILENAME a proposed filename. 
     15; @keyword FILENAME  
     16; a proposed filename. 
    1617; 
    17 ; @keyword IODIRECTORY a directory where we look for the file. this 
    18 ;           keyword is taken into account only if the dirname 
    19 ;           of filein or filename is '.' 
     18; @keyword IODIRECTORY  
     19; a directory where we look for the file. this 
     20; keyword is taken into account only if the dirname 
     21; of filein or filename is '.' 
    2022; 
    21 ; @keyword NEW to specify that filename is a new file and that 
    22 ;        we should check only its path 
     23; @keyword NEW  
     24; to specify that filename is a new file and that we should check only its  
     25; path 
    2326; 
    24 ; @keyword ONLYPRO force to look only at file ending with .pro 
     27; @keyword ONLYPRO  
     28; force to look only at file ending with .pro 
    2529; 
    26 ; @keyword ONLYNC force to look only at file ending with .nc 
     30; @keyword ONLYNC  
     31; force to look only at file ending with .nc 
    2732; 
    28 ; @keyword RECURSIVE performs recursive searching of directory hierarchies. 
    29 ;        In a recursive search, find looks recursively for any and all 
    30 ;        subdirectories in the file hierarchy rooted at the IODIRECTORY 
    31 ;       argument. 
     33; @keyword RECURSIVE  
     34; performs recursive searching of directory hierarchies. 
     35; In a recursive search, find looks recursively for any and all 
     36; subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    3237; 
    33 ; @keyword _EXTRA used to pass your keywords 
     38; @keyword _EXTRA  
     39; used to pass your keywords 
    3440; 
    35 ; @file_comments all find, file_search and dialog_pickfile keywords (like title) can be used 
     41; @file_comments  
     42; all find, file_search and dialog_pickfile keywords (like title) can be used 
    3643; 
    37 ; @returns the filename with its path 
     44; @returns  
     45; the filename with its path 
    3846; 
    3947; @examples 
Note: See TracChangeset for help on using the changeset viewer.