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/HOPE
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/HOPE/completetype.pro

    r142 r163  
    11;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @param TYPEIN 
     9; 
     10; 
     11; @returns 
     12; 
     13; 
     14; @uses 
     15; 
     16; 
     17; @restrictions 
     18; 
     19; 
     20; @examples 
     21; 
     22; 
     23; @history 
     24; 
     25; 
     26; @version 
     27; $Id$ 
    228; 
    329; @todo seb 
  • trunk/SRC/ToBeReviewed/HOPE/createhopestruct.pro

    r142 r163  
    11;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @param EVENT 
     9; 
     10; 
     11; @returns 
     12; 
     13; 
     14; @uses 
     15; 
     16; 
     17; @restrictions 
     18; 
     19; 
     20; @examples 
     21; 
     22; 
     23; @history 
     24; 
     25; 
     26; @version 
     27; $Id$ 
    228; 
    329; @todo seb 
  • trunk/SRC/ToBeReviewed/HOPE/cw_selectinterval.pro

    r157 r163  
    152152; The widget ID of the parent widget. 
    153153;  
    154 ; @param VECTEUR 
     154; @param VECTEUR {type=vector} 
    155155; A vector whose the first element must be the smallest one and the last  
    156156; must be the biggest one. 
  • trunk/SRC/ToBeReviewed/HOPE/domainpart.pro

    r142 r163  
    11;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @param TOP_UVALUE 
     9; 
     10; 
     11; @param BASEDOMAIN 
     12; 
     13; 
     14; @param SELECTED 
     15; 
     16; 
     17; @keyword DESTROY 
     18; 
     19; 
     20; @returns 
     21; 
     22; 
     23; @uses 
     24; 
     25; 
     26; @restrictions 
     27; 
     28; 
     29; @examples 
     30; 
     31; 
     32; @history 
     33; 
     34; 
     35; @version 
     36; $Id$ 
    237; 
    338; @todo seb 
  • trunk/SRC/ToBeReviewed/HOPE/findlineandpointtype.pro

    r142 r163  
    11;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @param SECTYPE 
     9; 
     10; 
     11; @param XAXIS 
     12; 
     13; 
     14; @param YAXIS 
     15; 
     16; 
     17; @param IODIR 
     18; 
     19; 
     20; @returns 
     21; 
     22; 
     23; @uses 
     24; 
     25; 
     26; @restrictions 
     27; 
     28; 
     29; @examples 
     30; 
     31; 
     32; @history 
     33; 
     34; 
     35; @version 
     36; $Id$ 
    237; 
    338; @todo seb 
  • trunk/SRC/ToBeReviewed/HOPE/read_hope.pro

    r157 r163  
    218218; Reading 
    219219; 
    220 ; @param TYPEIN {in}{required} 
    221 ; A string specifing from which type of section the 4D 
     220; @param TYPEIN {in}{required}{type=string} 
     221; A string specifying from which type of section the 4D 
    222222; array based: 'xy, 'xz', 'yz' 
    223223; 
    224 ; @param VARNAMEIN 
    225 ; A string the name of the cariable to be read (in 
     224; @param VARNAMEIN {in}{required}{type=string} 
     225; A string the name of the variable to be read (in 
    226226; lower or upper case) 
    227227; 
    228 ; @keyword FILENAME 
     228; @keyword FILENAME {type=string} 
    229229; The name of the file to be read 
    230230; 
    231 ; @keyword XLIMITS 
    232 ; A two elements vertor [lonmin, lonmax]] 
    233 ; the bondary of the longitudes (from 0 to 360) 
    234 ; 
    235 ; @keyword YLIMITS 
    236 ; A two elements vertor [latmin, latmax]] 
    237 ; the bondary of the latitudes (from -90 to 90) 
    238 ; 
    239 ; @keyword ZLIMITS 
    240 ; A two elements vertor [depthmin, depthmax]] 
    241 ; the bondary of the depth 
    242 ; 
    243 ; @keyword TLIMITS 
    244 ; A two elements vertor [date1, date2]] 
    245 ; the bondary of the calendar with date1 and date2 
    246 ; folowing the syntaxe yyyymmdd 
     231; @keyword XLIMITS {type=vector} 
     232; A two elements vector [lonmin, lonmax]] 
     233; the boundary of the longitudes (from 0 to 360) 
     234; 
     235; @keyword YLIMITS {type=vector} 
     236; A two elements vector [latmin, latmax]] 
     237; the boundary of the latitudes (from -90 to 90) 
     238; 
     239; @keyword ZLIMITS {type=vector} 
     240; A two elements vector [depthmin, depthmax]] 
     241; the boundary of the depth 
     242; 
     243; @keyword TLIMITS {type=vector} 
     244; A two elements vector [date1, date2]] 
     245; the boundary of the calendar with date1 and date2 
     246; folowing the syntax yyyymmdd 
    247247; 
    248248; @keyword ODDPT 
     
    259259; 
    260260; @keyword _EXTRA 
    261 ; Used to pass yor keywords 
     261; Used to pass your keywords 
    262262; 
    263263; @returns 
     
    266266; 
    267267; A structure which but be read by litchamp.pro and is 
    268 ; necessary to complute the grid associated to the data (see 
     268; necessary to complete the grid associated to the data (see 
    269269; the example). 
    270270; 
    271271; @uses 
    272 ; common.pro (usefull only for the definition of iodir) 
     272; common.pro (useful only for the definition of iodir) 
    273273; 
    274274; @restrictions 
    275275; 'x', 'y', 'z', 't', 'xt', 'yt' and 'zt' section not coded, xconv 
    276 ; must be able to works with this kind of fonction. 
    277 ; The grib file has no zoom possibilities on horizontal dimensions. 
     276; must be able to works with this kind of function. 
     277; The grid file has no zoom possibilities on horizontal dimensions. 
    278278; 
    279279; @restrictions 
    280280; 
    281 ; When typein and varnamein are defined, the methode to find the 
    282 ; godd variable is: 
     281; When typein and varnamein are defined, the method to find the 
     282; good variable is: 
    283283;  1) find the variables which are available on this type of 
    284 ; sections woth this name 
     284; sections with this name 
    285285;  2) if ODDPT, EVENPT or ODDEVENPT are specified, consider only 
    286286; these types of sections 
  • trunk/SRC/ToBeReviewed/HOPE/rh_alldomains.pro

    r142 r163  
    11;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @param TOPID 
     9; 
     10; 
     11; @param SELECTED 
     12; 
     13; 
     14; @returns 
     15; 
     16; 
     17; @uses 
     18; 
     19; 
     20; @restrictions 
     21; 
     22; 
     23; @examples 
     24; 
     25; 
     26; @history 
     27; 
     28; 
     29; @version 
     30; $Id$ 
    231; 
    332; @todo seb 
  • trunk/SRC/ToBeReviewed/HOPE/sortdim.pro

    r142 r163  
    11;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @param DIMS 
     9; 
     10; 
     11; @keyword INVERSE 
     12; 
     13; 
     14; @returns 
     15; 
     16; 
     17; @uses 
     18; 
     19; 
     20; @restrictions 
     21; 
     22; 
     23; @examples 
     24; 
     25; 
     26; @history 
     27; 
     28; 
     29; @version 
     30; $Id$ 
    231; 
    332; @todo seb 
  • trunk/SRC/ToBeReviewed/HOPE/xrh.pro

    r142 r163  
    11;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @keyword _EXTRA 
     9; Used to pass your keywords 
     10; 
     11; @returns 
     12; 
     13; 
     14; @uses 
     15; 
     16; 
     17; @restrictions 
     18; 
     19; 
     20; @examples 
     21; 
     22; 
     23; @history 
     24; 
     25; 
     26; @version 
     27; $Id$ 
    228; 
    329; @todo seb 
Note: See TracChangeset for help on using the changeset viewer.