Changeset 325 for trunk/SRC/Utilities


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

Location:
trunk/SRC/Utilities
Files:
20 edited

Legend:

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

    r269 r325  
    3838; 
    3939;- 
    40 ; 
    4140FUNCTION createfunc, command, FILENAMEIN = filenamein $ 
    4241               , KWDLIST = kwdlist, _EXTRA = ex 
  • trunk/SRC/Utilities/createpro.pro

    r269 r325  
    4444; 
    4545;- 
    46 ; 
    4746PRO createpro, command, FILENAMEIN = filenamein $ 
    4847               , KWDLIST = kwdlist, KWDUSED = kwdused, _EXTRA = ex 
  • trunk/SRC/Utilities/def_myuniquetmpdir.pro

    r317 r325  
    2222; 
    2323;- 
    24 ; 
    2524PRO def_myuniquetmpdir 
    2625; 
  • trunk/SRC/Utilities/demomode_compatibility.pro

    r274 r325  
    99; @version 
    1010; $Id$ 
     11; 
    1112;- 
    12 ; 
    1313PRO demomode_compatibility 
    1414; 
  • trunk/SRC/Utilities/find.pro

    r285 r325  
    107107; 
    108108;- 
    109 ; 
    110109FUNCTION find, filein, IODIRECTORY = iodirectory, RECURSIVE = recursive $ 
    111110               , REPERTOIRE = repertoire, NOPRO = nopro, ONLYPRO = onlypro $ 
  • trunk/SRC/Utilities/fitintobox.pro

    r254 r325  
    3939; 
    4040;- 
    41 ; 
    4241FUNCTION err_mess, sz, jpi, nx, jpj, ny, jpk, nz, jpt 
    4342; 
     
    120119; 
    121120;- 
    122 ; 
    123121FUNCTION fitintobox, field, nx, ny, nz, firstx, firsty $ 
    124122                     , firstz, lastx, lasty, lastz, WDEPTH = wdepth 
  • trunk/SRC/Utilities/isadirectory.pro

    r260 r325  
    66; 
    77; @categories 
    8 ; io 
     8; Input/Output  
    99; 
    1010; @param DIRECTORYIN {in}{optional} 
     
    4242; 
    4343;- 
    44 ; 
    4544FUNCTION isadirectory, directoryin, TITLE = title, IODIRECTORY = iodirectory, _EXTRA = ex 
    4645; 
  • trunk/SRC/Utilities/isafile.pro

    r260 r325  
    77; 
    88; @categories 
    9 ; io 
     9; Input/Output 
    1010; 
    11 ; @param FILEIN {in}{optional} 
    12 ; a proposed name. If neither filein input parameter of filename keyword are 
     11; @param filein {in}{optional} 
     12; a proposed name. If neither filein input parameter or filename keyword are 
    1313; defined, we ask the user to choose a file. 
    1414; 
     
    6666; 
    6767;- 
    68 ; 
    6968FUNCTION isafile, filein, FILENAME = filename, IODIRECTORY = iodirectory $ 
    7069                  , NEW = new, RECURSIVE = RECURSIVE, ONLYPRO = onlypro $ 
  • trunk/SRC/Utilities/linearequation.pro

    r242 r325  
    4040; 
    4141;- 
    42 ; 
    4342FUNCTION linearequation, point1, point2 
    4443; 
  • trunk/SRC/Utilities/lineintersection.pro

    r242 r325  
    5454; 
    5555;- 
    56 ; 
    5756FUNCTION lineintersection, abc1, abc2, FLOAT = float 
    58 ; 
    5957; 
    6058  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Utilities/mergeonline_help.pro

    r242 r325  
    1717; 
    1818;- 
    19 ; 
    2019PRO mergeonline_help 
    2120; 
  • trunk/SRC/Utilities/protype.pro

    r285 r325  
    3535; 
    3636;- 
    37 ; 
    3837FUNCTION protype, file 
    3938; 
  • trunk/SRC/Utilities/pwd.pro

    r231 r325  
    1414; 
    1515;- 
    16 ; 
    1716PRO pwd 
    1817; 
  • 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 
  • trunk/SRC/Utilities/routine_name.pro

    r260 r325  
    4141; 
    4242;- 
    43 ; 
    4443FUNCTION routine_name,  pilingnum 
    4544; 
  • trunk/SRC/Utilities/testvar.pro

    r262 r325  
    2828; 
    2929;- 
    30 ; 
    3130FUNCTION testvar, VAR = var 
    3231; 
  • trunk/SRC/Utilities/text_box.pro

    r262 r325  
    5050; 
    5151;- 
    52 ; 
    5352PRO text_box, text, POS=pos, FG_COLOR=fg_color, BG_COLOR=bg_color,$ 
    5453               CENTER=center, RIGHT=right, BOX=box, VERT_SPACE=vert_space, _EXTRA = ex 
  • trunk/SRC/Utilities/undefine.pro

    r260 r325  
    3333; 
    3434;- 
    35 ; 
    3635PRO undefine, varname 
    3736; 
  • trunk/SRC/Utilities/xfile.pro

    r285 r325  
    3434; 
    3535;- 
    36 ; 
    3736PRO xfile, filename, _EXTRA = ex 
    3837; 
  • trunk/SRC/Utilities/xhelp.pro

    r296 r325  
    77; Utilities Widget 
    88; 
    9 ; @param FILENAME {in}{required} {type=scalar string} 
     9; @param filename {in}{required} {type=scalar string} 
    1010; It is the name of the procedure or of the function 
    1111; we want to display (with or without .pro at the end). 
     
    3737; 
    3838;- 
    39 ; 
    4039PRO xhelp, filename, _EXTRA=ex 
    4140; 
Note: See TracChangeset for help on using the changeset viewer.