Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/umask.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 calculate umask. Economize memory (we do not need to keep umask anymore) 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_umask"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>umask </h2> 
     715          <h2><a class="top" href="#container">top</a>umask <span class="categories"> 
     716 Utilities  
     717</span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME:umask 
    720  
    721  PURPOSE:calcule umask 
    722  
    723  CATEGORY:fonction economisatrice de memoire (plus besion de garder 
    724  umask)   
    725  
    726  CALLING SEQUENCE:res=umask() 
    727  
    728  INPUTS: 
    729  
    730  KEYWORD PARAMETERS: 
    731  
    732  OUTPUTS:un tableau 3d correspondant a umask 
    733  
    734  COMMON BLOCKS: 
    735         common.pro 
    736  
    737  SIDE EFFECTS: 
    738  
    739  RESTRICTIONS: 
    740  
    741  EXAMPLE:s''utilise comme si umask etait un tableau connu en 
    742  replacant ds la syntaxe umask par umask(). par ex: 
    743  au lieu de taper umask[domaineu] il faut taper (umask())[domaineu] 
    744  
    745 </div> 
    746  
    747            
    748  
    749            
    750  
    751            
    752  
    753            
    754            
    755            
    756            
     723</div> 
     724 
     725          <h3>Return value</h3><div class="preformat"> 
     726 A 3d array corresponding to umask.  
     727</div> 
     728 
     729           
     730 
     731           
     732 
     733          <h3>Examples</h3><div class="preformat"> 
     734 Used like if umask was a known array by substituing umask by (umask()) 
     735 For example: Instaed of write umask[domainef] we have to write (umask())[domainef] 
     736</div> 
     737          <h3>Version history</h3> 
     738           
     739          <h4>Version</h4><div class="preformat"> 
     740 $Id$ 
     741</div> 
    757742           
    758743           
     
    764749           
    765750         
    766            
    767            
    768            
    769            
     751          <h3>Other attributes</h3> 
     752           
     753           
     754          <h4>Uses routines</h4><div class="preformat"> 
     755 common.pro 
     756</div> 
    770757           
    771758           
Note: See TracChangeset for help on using the changeset viewer.