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/drawsectionbottom.pro

    r157 r163  
    99; @categories 
    1010;  
    11 ; @param MASKIN {in}{requierd} 
     11; @param MASKIN {in}{required} 
    1212; 
    13 ; @param XXAXISIN {in}{requierd}  
     13; @param XXAXISIN {in}{required}  
    1414; 
    15 ; @param DEPTHSIN {in}{requierd} 
     15; @param DEPTHSIN {in}{required} 
    1616; 
    17 ; @keyword COAST_COLOR 
     17; @keyword COAST_COLOR {default=0} 
    1818; The color of the coastline. 
    19 ; defaut value is 0 => black 
     19; Default is black (0). 
    2020; 
    21 ; @keyword COAST_THICK 
     21; @keyword COAST_THICK {default=1} 
    2222; The thickness of the coastline. 
    23 ; defaut value is 1 
    2423; 
    25 ; @keyword CONT_COLOR 
    26 ; The color of the continent. defaut value is 
    27 ; (!d.n_colors - 1) < 255 => white 
     24; @keyword CONT_COLOR {default=(!d.n_colors - 1) < 255} 
     25; The color of the continent. Default value is 
     26; Default is white (0). 
    2827; 
    2928; @uses 
Note: See TracChangeset for help on using the changeset viewer.