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/Matrix/make_selection.pro

    r134 r163  
    1212; @param SELNAMES {in}{required} A list of selected values 
    1313; 
    14 ; @keyword ONLY_VALID Return only indices of found values. Values not 
     14; @keyword ONLY_VALID Return only indexes of found values. Values not 
    1515;            found are skipped. Default is to return 1 index value for 
    1616;            each SELNAME, which is -1 if SELNAME is not contained in  
     
    1919;            at all. 
    2020; 
    21 ; @keyword REQUIRED Normally, MAKE_SELECTION will return indices for 
     21; @keyword REQUIRED Normally, MAKE_SELECTION will return indexes for 
    2222;            all values that are found, simply ignoring the selected 
    2323;            values that are not in the NAMES array (although an error 
     
    2929;            still be set). 
    3030; 
    31 ; @returns A (long) array with indices to reference the selected values 
     31; @returns A (long) array with indexes to reference the selected values 
    3232;        in the NAMES array. 
    3333; 
     
    5858; 
    5959; @history mgs, 28 Aug 1998: VERSION 1.00 
    60 ;          mgs, 29 Aug 1998: - changed behaviour and added ONLY_VALID keyword 
     60;          mgs, 29 Aug 1998: - changed behavior and added ONLY_VALID keyword 
    6161; 
    6262; @version $Id$ 
Note: See TracChangeset for help on using the changeset viewer.