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/TRIANGULATION/completecointerre.pro

    r157 r163  
    2222; Used to pass your keywords  
    2323; 
    24 ; @keyword CONT_COLOR 
    25 ; The color of the continent. defaut value is 
    26 ; (!d.n_colors - 1) < 255 => white 
     24; @keyword CONT_COLOR {default=(!d.n_colors - 1) < 255 => white} 
     25; The color of the continent. 
    2726; 
    2827; @uses 
     
    7372; 
    7473; @keyword CONT_COLOR 
    75 ; The color of the continent. defaut value is 
     74; The color of the continent. default value is 
    7675; (!d.n_colors - 1) < 255 => white 
    7776; 
    78 ; @keyword COINMONTE 
    79 ; It is an array. To obtain the array of "ascending land corner"  
     77; @keyword COINMONTE {type=array} 
     78; To obtain the array of "ascending land corner"  
    8079; to be treated with completecointerre.pro in the variable array  
    8180; instead of make it pass by the global variable twin_corners_up. 
    8281; 
    83 ; @keyword COINDESCEND 
    84 ; It is an array. See COINMONTE 
     82; @keyword COINDESCEND {type=array} 
     83; See COINMONTE 
    8584; 
    8685; @keyword INDICEZOOM 
Note: See TracChangeset for help on using the changeset viewer.