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

    r226 r231  
    11;+ 
     2; 
    23; @file_comments 
    34; see <a href="../../../xmldoc/mini_notice.html">Mini Guide for Basic Commands in the XXX Program</a> 
     
    67; 
    78; @param EVENT 
    8 ; 
    99; 
    1010; @returns 
     
    2121; $Id$ 
    2222;- 
     23; 
    2324PRO xxx_event, event 
    24 ;------------------------------------------------------------ 
    2525; 
    2626  compile_opt idl2, strictarrsubs 
     
    103103   return 
    104104end 
    105 ;------------------------------------------------------------ 
    106 ;------------------------------------------------------------ 
    107 ;------------------------------------------------------------ 
    108 ;------------------------------------------------------------ 
    109 ;------------------------------------------------------------ 
    110 ;------------------------------------------------------------ 
     105; 
    111106;+ 
    112107; 
     
    119114; @param DATAFILENAME 
    120115; 
    121 ; 
    122116; @param IDLFILE 
    123117; 
    124 ; 
    125118; @param ARGSPRO 
    126 ; 
    127119; 
    128120; @keyword SEPARATE 
     
    136128; 
    137129; @keyword _EXTRA 
    138 ; Used to pass your keywords 
     130; Used to pass keywords 
    139131; 
    140132; @keyword CALLERWIDID 
    141 ; 
    142133; 
    143134; @keyword REDRAW 
     
    163154; 
    164155;- 
    165 ;------------------------------------------------------------ 
    166 ;------------------------------------------------------------ 
    167 ;------------------------------------------------------------ 
    168 ;------------------------------------------------------------ 
    169 ;------------------------------------------------------------ 
    170 ;------------------------------------------------------------ 
     156; 
    171157PRO xxx, datafilename, idlfile, argspro, CALLERWIDID = CallerWidId $ 
    172158         , REDRAW = redraw, SEPARATE = separate, UVALUE = uvalue $ 
    173159         , RESTORE = restore, _EXTRA = ex 
    174 ;------------------------------------------------------------ 
    175160; 
    176161  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.