Ignore:
Timestamp:
12/06/07 11:04:53 (17 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

File:
1 edited

Legend:

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

    r316 r325  
    66; To ask a question whose answer is not yes/no, use <pro>xquestion</pro>. 
    77; 
    8 ; @param TEXTIN {in}{required} {type=scalar string or arrays of string} 
    9 ; If TEXTIN is a scalar string, we look for the line feed character "!C". 
    10 ; If TEXTIN is set to an array of strings, each 
     8; @param textin {in}{required} {type=scalar string or arrays of string} 
     9; If textin is a scalar string, we look for the line feed character "!C". 
     10; If textin is set to an array of strings, each 
    1111; array element is displayed as a separate line of text. 
    1212; 
     
    6060; 
    6161;- 
    62 ; 
    63 FUNCTION report, textin, DEFAULT_NO = default_no, PARENT = parent, QUESTION = question, SIMPLE = simple, _EXTRA = ex 
     62FUNCTION report, textin, DEFAULT_NO = default_no, PARENT = parent $ 
     63               , QUESTION = question, SIMPLE = simple, _EXTRA = ex 
    6464; 
    6565  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.