Ignore:
Timestamp:
08/07/08 09:59:15 (16 years ago)
Author:
pinsard
Message:

improvemnts of headers (typo, links)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/scontour.pro

    r327 r370  
    22; 
    33; @file_comments 
    4 ; Same thing that contour but compatible with the whole environment (common.pro included) 
     4; Same thing that contour but compatible with the whole environment  
     5; (<pro>common</pro> included) 
    56; 
    67; @categories 
     
    910; @keyword NOREINITPLT 
    1011; We active it if we do not want environment variables !p, !x, !y, !z 
    11 ; to be reinitilalized by the procedure reinitplt 
     12; to be reinitilalized by the procedure <pro>reinitplt</pro> 
    1213; 
    1314; @keyword _EXTRA 
     
    1516; 
    1617; @uses 
    17 ; common.pro 
     18; <pro>common</pro> 
    1819; 
    1920; @examples 
    20 ; IDL> z = dist(100) 
    21 ; IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
    22 ; IDL> \@ps 
     21;  
     22;   IDL> z = dist(100) 
     23;   IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
     24;   IDL> \@ps 
    2325; 
    2426; @history 
Note: See TracChangeset for help on using the changeset viewer.