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/Interpolation/inrecgrid.pro

    r157 r163  
    99; Without loop 
    1010; 
    11 ; @param x1d {in}{required} 
    12 ; a 1d array, the x position on the points 
     11; @param x1d {in}{required}{type=1d array} 
     12; the x position on the points 
    1313; 
    14 ; @param y1d {in}{required} 
    15 ; a 1d array, the y position on the points 
     14; @param y1d {in}{required}{type=1d array} 
     15; the y position on the points 
    1616; 
    17 ; @param left {in}{required} 
    18 ; a 1d, monotonically increasing array, 
     17; @param left {in}{required}{type=1d monotonically increasing array} 
    1918; the position of the "left" border of each cell. 
    2019; 
    21 ; @param bottom {in}{required} 
    22 ; a 1d, monotonically increasing array, 
     20; @param bottom {in}{required}{type=1d monotonically increasing array} 
    2321; the position of the "bottom" border of each cell. 
    2422; 
Note: See TracChangeset for help on using the changeset viewer.