Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Colors/xlct.pro

    r157 r163  
    22; @hidden 
    33;- 
    4 PRO XLCT_PSAVE                  ;Save/Restore our plotting state. 
     4PRO xlct_psave                  ;Save/Restore our plotting state. 
    55;  Swaps our state with the current state each time its called. 
    66; 
     
    458458; will be undefined. 
    459459; 
    460 ; @history 5/5/1999 copie de xloadct par Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     460; @history 5/5/1999 copy of xloadct par Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    461461; 
    462462; @version $Id$ 
     
    464464;- 
    465465 
    466 PRO XLct, SILENT=silent_f, GROUP=group, FILE=file, $ 
     466PRO xlct, SILENT=silent_f, GROUP=group, FILE=file, $ 
    467467          USE_CURRENT=use_current, NCOLORS = nc, BOTTOM=bottom, $ 
    468468          MODAL=modal, BLOCK=block, UPDATECALLBACK=updt_cb_name, $ 
Note: See TracChangeset for help on using the changeset viewer.