Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/slec.pro

    r150 r231  
    11;+ 
     2; 
    23; @file_comments 
    3 ; 
    44; 
    55; @categories 
    66; 
    7 ;  
    87; @param NAME 
    9 ; 
    108; 
    119; @param DEBUT 
    1210; 
    13 ; 
    1411; @param FIN 
    15 ; 
    1612; 
    1713; @param NOMEXP 
    1814; 
    19 ;  
    2015; @keyword PARENT {in}{required} 
    2116; The widget ID of the parent widget. 
    2217; 
    2318; @keyword BOXZOOM 
    24 ; Vector indicating the geographic zone on which we want to cut the map.  
    25 ; If BOXZOOM has :  
     19; Vector indicating the geographic zone on which we want to cut the map. 
     20; If BOXZOOM has : 
    2621;   1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
    2722;   2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 
    2823;   4 elements: The extraction is made on [Boxzoom, 0, max([gdept, gdepw])] 
    2924;   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    30 ;   6 elements: The extraction is made on Boxzoom  
     25;   6 elements: The extraction is made on Boxzoom 
    3126; Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
    3227; 
    3328; @keyword _EXTRA 
    34 ; Used to pass your keywords 
    35 ;  
    36 ;  
     29; Used to pass keywords 
     30; 
    3731; @returns 
    38 ;  
    39 ;  
     32; 
    4033; @uses 
    41 ;  
    42 ;  
     34; 
    4335; @restrictions 
    44 ;  
    45 ;  
     36; 
    4637; @examples 
    47 ;  
    48 ;  
     38; 
    4939; @history 
    50 ;  
    51 ;  
    52 ; @version  
     40; 
     41; @version 
    5342; $Id$ 
    5443; 
     
    5746; 
    5847;- 
     48; 
    5949FUNCTION slec,name,debut,fin, nomexp, PARENT = parent, BOXZOOM=boxzoom, _EXTRA = ex 
    6050;--------------------------------------------------------- 
    61 ; include common 
    6251; 
    6352  compile_opt idl2, strictarrsubs 
     
    6857@updatekwd 
    6958  ENDIF 
    70 ;------------------------------------------------------------  
     59;------------------------------------------------------------ 
    7160   case n_params() of 
    7261      1:tab = nlec(name, PARENT = parent, BOXZOOM=boxzoom, _EXTRA = ex) 
Note: See TracChangeset for help on using the changeset viewer.