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/Utilities/report.pro

    r239 r242  
    44; Like <proidl>dialog_message</proidl> if there is already some widget 
    55; active or like <proidl>message</proidl> if there is not any widget active. 
    6 ; To ask a question whose answer is not yes/no,use xquestion. 
     6; To ask a question whose answer is not yes/no, use xquestion. 
    77; 
    8 ; @param TEXT {in}{required} 
    9 ; one string or one vector of string. Si le string ne 
     8; @param TEXT {in}{required} {type=scalar string or arrays of string} 
     9; If TEXT is a scalar string, we look for the line feed characters "!C" 
    1010; comporte qu''un element, on cherche les eventuels caracteres de 
    1111; retour a la ligne: '!C'. If text is set to an array of strings, each 
     
    1414; @keyword SIMPLE 
    1515; activate to print only the message without the name 
    16 ; and the line of the routine (defined by calling routine_name) 
    17 ; 
    18 ; @keyword _EXTRA 
    19 ; Used to pass keywords to <proidl>dialog_message</proidl> and  
    20 ; <proidl>message</proidl> 
     16; and the line of the routine (defined by calling <pro>routine_name</pro>) 
     17; or++  
     18; Activate to print the error message without printing the routine name with 
     19; its full path. 
    2120; 
    2221; @keyword PARENT 
     
    3029; "Question" dialog. 
    3130; 
    32 ; @keyword SIMPLE 
    33 ; Activate to print the error message without printing the routine name with 
    34 ; its full path. 
     31; @keyword _EXTRA 
     32; Used to pass keywords to <proidl>dialog_message</proidl> and  
     33; <proidl>message</proidl> 
    3534; 
    3635; @returns 
Note: See TracChangeset for help on using the changeset viewer.