Ignore:
Timestamp:
06/12/06 14:54:03 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Postscript *.pro files for better idldoc output + change the title of idldoc output in html to SAXO Documentation

File:
1 edited

Legend:

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

    r69 r104  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:openps 
    65; 
    7 ; PURPOSE:switch to postcript mode and define it 
     6; @file_comments switch to postcript mode and define it 
    87; 
    9 ; CALLING SEQUENCE:openps[,nameps] 
    10 ; 
    11 ; OPTIONAL INPUT: 
    12 ;        nameps: name of the postscript file. Extension '.ps' is added 
     8; @param namepsin {in}{optional} name of the postscript file. Extension '.ps' is added 
    139;                if missing. It will be stored in the psdir directory. 
    1410; 
    15 ; KEYWORD PARAMETERS: 
    16 ; 
    17 ;        FILENAME: to define the name of the postcript file through 
     11; @keyword FILENAME to define the name of the postcript file through 
    1812;                  a keyword rather than with nameps inut argument 
    1913;                  (in this case the keyword can be pass through  
    2014;                  different routines via _extra keyword). 
    2115; 
    22 ;        INFOWIDGET: If INFOWIDGET is present, it specifies a named 
     16; @keyword INFOWIDGET If INFOWIDGET is present, it specifies a named 
    2317;             variable into which the id of the widget giving informations 
    2418;             about the postscript creation is stored as a long integer. 
    2519;             This id is needed by close ps to kill the information widget. 
    2620; 
    27 ;        KEEP_PFONT: activate to suppress the modification of !p.font 
     21; @keyword KEEP_PFONT activate to suppress the modification of !p.font 
    2822;            (by defaut we force  !p.font = 0  to make smaller postscripts) 
    29 ;        KEEPPFONT: same as keep_pfont 
     23; @keyword KEEPPFONT same as keep_pfont 
    3024; 
    31 ;        LIGHTNESS: a scalar used to change the Lightness of the color 
     25; @keyword LIGHTNESS a scalar used to change the Lightness of the color 
    3226;            palette to be abble to adjust according to the printer we use, 
    3327;            the media (paper or slide)...  
     
    3529;                         > 1 to get darker colors 
    3630; 
    37 ;       _EXTRA: used to pass any keyword to device procedure. 
     31; @keyword _EXTRA: used to pass any keyword to device procedure. 
    3832 
    39 ; COMMON BLOCKS: cm_4ps 
     33; uses cm_4ps 
    4034; 
    41 ; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr) 
    42 ;                       21/12/98 
     35; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     36; 21/12/98 
    4337; 1/2/98: ajout de nameps en input 
    4438; 1/9/1999: ajout du mot cle FILENAME et du widget 
Note: See TracChangeset for help on using the changeset viewer.