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/AUTOUR_de_XXX/letsdraw.pro

    r163 r231  
    11;+ 
    2 ; @file_comments  
    3 ; It is the procedure launching the drawing.  
    4 ; If we do not give the command to it, it call  
     2; 
     3; @file_comments 
     4; It is the procedure launching the drawing. 
     5; If we do not give the command to it, it call 
    56; construitcommande to know what to trace. 
    67; 
    78; @categories 
    89; 
    9 ;  
    1010; @param BASE {in}{required} 
    1111; The id of the widget where apply the drawing. 
    12 ;  
     12; 
    1313; @keyword COMMANDE {type=string} 
    1414; A string of the style: read_data('sst'...),... 
    1515; 
    1616; @keyword _EXTRA 
    17 ; Used to pass your keywords  
    18 ;  
     17; Used to pass keywords 
     18; 
    1919; @uses 
    20 ; common.pro  
    21 ;  
     20; common.pro 
     21; 
    2222; @history 
    2323; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    24 ;  
    25 ; @version  
     24; 
     25; @version 
    2626; $Id$ 
    27 ;  
     27; 
    2828;- 
     29; 
    2930PRO letsdraw, base, COMMANDE = commande, _extra = ex 
    3031; 
     
    7374; 
    7475; 
    75    options = extractatt(top_uvalue, 'options')    
     76   options = extractatt(top_uvalue, 'options') 
    7677   optionsflag = extractatt(top_uvalue, 'optionsflag') 
    7778   portrait = (strtrim(optionsflag[where(options EQ 'Portrait/Landscape'), 0], 1))[0] 
    78     
     79 
    7980; 
    8081   createpro, ['@common' $ 
Note: See TracChangeset for help on using the changeset viewer.