Ignore:
Timestamp:
03/20/07 17:59:36 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/report.pro

    r231 r232  
    22; 
    33; @file_comments 
    4 ; Like <pro>dialog_message</pro> if there is already some widget 
    5 ; active or like <pro>message</pro> if there is not any widget active. 
     4; Like <proidl>dialog_message</proidl> if there is already some widget 
     5; active or like <proidl>message</proidl> if there is not any widget active. 
    66; To ask a question whose answer is not yes/no,use xquestion. 
    77; 
     
    1717; 
    1818; @keyword _EXTRA 
    19 ; Used to pass keywords to <pro>dialog_message</pro> and <pro>message</pro> 
     19; Used to pass keywords to <proidl>dialog_message</proidl> and  
     20; <proidl>message</proidl> 
    2021; 
    2122; @keyword PARENT 
    22 ; same as DIALOG_PARENT of <pro>dialog_message</pro> 
     23; same as DIALOG_PARENT of <proidl>dialog_message</proidl> 
    2324; 
    2425; @keyword QUESTION {default="Warning"} 
     
    6263;- 
    6364; 
    64 FUNCTION report, text, DEFAULT_NO = default_no, PARENT = parent, QUESTION = question, SIMPLE = simple, _extra = ex 
     65FUNCTION report, text, DEFAULT_NO = default_no, PARENT = parent, QUESTION = question, SIMPLE = simple, _EXTRA = ex 
    6566; 
    6667  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.