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)

Location:
trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.pro

    r150 r163  
    1010; 
    1111; @param SMALL 
    12 ; Vector composed of 3 or 4 elements, applyed to make a drawing on a small  
     12; Vector composed of 3 or 4 elements, applied to make a drawing on a small  
    1313; portion of a page or screen. It delimit the zone where the drawing will  
    14 ; be done. If there is 4 elements: then is constituated of coordinates (expressed  
     14; be done. If there is 4 elements: then is constituted of coordinates (expressed  
    1515; in cm located from the up and left corner of the page or the window (in portrait  
    16 ; like in lanscape)) of the bottom and left corner and of the up and right corner  
     16; like in landscape)) of the bottom and left corner and of the up and right corner  
    1717; of the drawing zone. If there is 3 elements: in this case, we divide the page or  
    1818; the screen in small[0] columns and in small[1] lines the drawing made in the box  
    1919; numbered small[2]. The numerotation starting up and left by the number 1 and then,  
    2020; following the writing direction. By default, we make the largest drawing we can do,  
    21 ; conserving the aspect rapport (exept when REMPLI is activated). 
     21; conserving the aspect rapport (except when REMPLI is activated). 
    2222;  
    2323; @returns 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro

    r157 r163  
    11;+ 
    22; @file_comments  
    3 ; It si the procedure lauching the drawing.  
     3; It is the procedure launching the drawing.  
    44; If we do not give the command to it, it call  
    55; construitcommande to know what to trace. 
     
    1111; The id of the widget where apply the drawing. 
    1212;  
    13 ; @keyword COMMANDE 
     13; @keyword COMMANDE {type=string} 
    1414; A string of the style: read_data('sst'...),... 
    1515; 
Note: See TracChangeset for help on using the changeset viewer.