Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STRUCTURE/chkstru.pro

    r157 r163  
    88; Utilities 
    99; 
    10 ; @param  STRUCTURE {in}{required} 
     10; @param STRUCTURE {in}{required}{type=struct} 
    1111; The structure to be tested. If STRUCTURE is 
    1212; not of type structure, the function will return 0 
    1313; 
    14 ; @param FIELDS {in}{required} 
     14; @param FIELDS {in}{required}{type=string} 
    1515; A string or string array with field names to  
    1616; be contained in STRUCTURE. CHKSTRU returns 1 (true) 
     
    1818; The entries of FIELDS may be upper or lowercase. 
    1919; 
    20 ; @keyword INDEX 
     20; @keyword INDEX {type=string} 
    2121; A named variable that will contain the indices of 
    2222; the required field names in the structure. They can then 
Note: See TracChangeset for help on using the changeset viewer.