Ignore:
Timestamp:
06/07/06 19:12:14 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Calendar and Utilities *.pro files for bet
ter idldoc output

File:
1 edited

Legend:

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

    r69 r93  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME: protype 
    6 ; 
    7 ; PURPOSE: test is a ".pro" file corresponds to an IDL procedure, 
     5; test is a ".pro" file corresponds to an IDL procedure, 
    86;          function or batch file. 
    97; 
    10 ; CATEGORY: 
     8; @categories utilities 
    119; 
    12 ; CALLING SEQUENCE: type = protype(profilename) 
    13 ; 
    14 ; INPUTS: A scalar of string type, the name of the ".pro" file to be tested  
    15 ;     if necessary, the input name is completed with '.pro' 
     10; @param file {in} A scalar of string type, the name of the ".pro" file to be tested 
     11;    if necessary, the input name is completed with '.pro' 
    1612;     and its path found in !path 
    1713; 
    18 ; KEYWORD PARAMETERS: NONE 
     14; @returns A scalar of string type: 'proc', 'func' or 'batch' 
    1915; 
    20 ; OUTPUTS: A scalar of string type: 'proc', 'func' or 'batch' 
    21 ; 
    22 ; COMMON BLOCKS: none 
    23 ; 
    24 ; SIDE EFFECTS: 
    25 ; 
    26 ; RESTRICTIONS: 
    27 ; 
    28 ; EXAMPLE: 
     16; @examples  
    2917; 
    3018;      IDL> print, protype('protype') 
     
    3725;      proc 
    3826; 
    39 ; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr) 
     27; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    4028;                       Feb 2006 
    4129;- 
Note: See TracChangeset for help on using the changeset viewer.