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/testvar.pro

    r163 r224  
    44;+ 
    55; 
    6 ; @file_comments  
    7 ; A kind of keyword_set but when the value exist, it send it back 
     6; @file_comments 
     7; A kind of keyword_set but when the value exist, it send it back. 
    88; 
    9 ; @categories  
     9; @categories 
    1010; Utilities 
    1111; 
    12 ; @keyword VAR  
     12; @keyword VAR 
    1313; any kind of 
    1414; 
    15 ; @returns  
    16 ; 0 if the variable does not exist  
     15; @returns 
     16; 0 if the variable does not exist 
    1717; 
    18 ; @examples  
     18; @examples 
    1919; IDL> print, testvar(var=toto) 
    2020; 0 
     
    2222; toto 
    2323; 
    24 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     24; @history 
     25; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2526;                      14/12/1999 
    2627; 
    27 ; @version $Id$ 
     28; @version 
     29; $Id$ 
    2830; 
    2931;- 
Note: See TracChangeset for help on using the changeset viewer.