Changeset 129


Ignore:
Timestamp:
07/06/06 16:36:37 (18 years ago)
Author:
pinsard
Message:

improvements of Postscript/*.pro header

Location:
trunk/SRC/Postscript
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Postscript/closeps.pro

    • Property svn:eol-style deleted
    • Property svn:executable deleted
    r118 r129  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; @file_comments Close the Postscript mode 
     5; @file_comments 
     6; Close the Postscript mode 
    67; 
    78;  when archive_ps ne 0, we add the name and the date 
  • trunk/SRC/Postscript/openps.pro

    • Property svn:eol-style deleted
    • Property svn:executable deleted
    r121 r129  
    44;+ 
    55; 
    6 ; @file_comments switch to postcript mode and define it 
     6; @file_comments 
     7; switch to postcript mode and define it 
    78; 
    8 ; @param namepsin {in}{optional} name of the postscript file. Extension '.ps' is added 
    9 ;                if missing. It will be stored in the psdir directory. 
     9; @param namepsin {in}{optional} name of the postscript file. 
     10; Extension '.ps' is added 
     11; if missing. It will be stored in the psdir directory. 
    1012; 
    11 ; @keyword FILENAME to define the name of the postcript file through 
    12 ;                  a keyword rather than with nameps inut argument 
    13 ;                  (in this case the keyword can be pass through 
    14 ;                  different routines via _extra keyword). 
     13; @keyword FILENAME 
     14; to define the name of the postcript file through 
     15; a keyword rather than with nameps inut argument 
     16; (in this case the keyword can be pass through 
     17; different routines via _EXTRA keyword). 
    1518; 
    16 ; @keyword INFOWIDGET If INFOWIDGET is present, it specifies a named 
    17 ;             variable into which the id of the widget giving informations 
    18 ;             about the postscript creation is stored as a long integer. 
    19 ;             This id is needed by close ps to kill the information widget. 
     19; @keyword INFOWIDGET 
     20; If INFOWIDGET is present, it specifies a named 
     21; variable into which the id of the widget giving informations 
     22; about the postscript creation is stored as a long integer. 
     23; This id is needed by close ps to kill the information widget. 
    2024; 
    21 ; @keyword KEEP_PFONT activate to suppress the modification of !p.font 
    22 ;            (by default we force  !p.font = 0  to make smaller postscripts) 
     25; @keyword KEEP_PFONT 
     26; activate to suppress the modification of !p.font 
     27; (by default we force  !p.font = 0  to make smaller postscripts) 
     28; 
    2329; @keyword PORTRAIT 
    2430; @keyword LANDSCAPE 
  • trunk/SRC/Postscript/printps.pro

    • Property svn:executable deleted
    r121 r129  
    186186;------------------------------------------------------------ 
    187187;+ 
    188 ; @file_comments postscript visualisation/archiving/printing 
     188; @file_comments 
     189; postscript visualisation/archiving/printing 
    189190; 
    190191; @param psfilename {in}{optional} the name of the postscript file we want to 
     
    196197; 
    197198; @examples 
    198 ;  IDL> printps 
     199; IDL> printps 
    199200; 
    200201; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.