Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/xquestion.pro

    r232 r242  
    4040; @file_comments 
    4141; A small widget who ask a question and give an answer. 
    42 ;   WARNING: For a binary question with yes/no answer use 
    43 ;   DIALOG_MESSAGE. 
     42;   WARNING: For a binary question with yes/no, answer use 
     43;   <proidl>DIALOG_MESSAGE</proidl>. 
    4444; 
    4545; @categories 
    4646; Widget 
    4747; 
    48 ; @param QUESTION 
    49 ; A scalar string or a array of string. If this 
    50 ; argument is set to : 
    51 ;      + an array of strings: each array element is 
     48; @param QUESTION {type=A scalar string or a array of string} 
     49; If this argument is set to : 
     50;      - an array of strings: each array element is 
    5251;        displayed as a separate line of text. 
    53 ;      + a scalar string: we are looking for the "separate line 
     52;      - a scalar string: we are looking for the "separate line 
    5453;        character" '!C' 
    5554; 
    5655; @param PROPOSEDANSWER {type=string} 
    57 ; A string proposing a answer 
     56; proposing a answer 
    5857; 
    5958; @keyword CHKWIDGET 
    60 ; Active this keyword if you want that xquestion 
    61 ; check if managed widget are present. If not, xquestion do not 
     59; Active this keyword if you want that <pro>xquestion</pro> 
     60; check if managed widget are present. If not, <pro>xquestion</pro> do not 
    6261; open a widget but print the question in the IDL window. 
    6362; 
Note: See TracChangeset for help on using the changeset viewer.