Ignore:
Timestamp:
06/12/06 11:20:31 (18 years ago)
Author:
pinsard
Message:

start to modify headers of ForOldVersion? *.pro files for better idldoc output

Location:
trunk/SRC/Documentation/idldoc_html_output/ForOldVersion
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ForOldVersion/directory-overview.html

    r89 r102  
    9090       
    9191        <dt><a href="keep_compatibility.html?format=raw">keep_compatibility.pro</a></dt> 
    92         <dd></dd> 
     92        <dd>     1) define key_forgetold = 1b - keyword_set(flag)    2) remove all oldcm_used.</dd> 
    9393       
    9494        <dt><a href="oldcm_empty.html?format=raw">oldcm_empty.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ForOldVersion/keep_compatibility.html

    r89 r102  
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments">  
     90   1) define key_forgetold = 1b - keyword_set(flag) 
     91   2) remove all oldcm_used.pro found in !path 
     92   3) define and create myuniquetmpdir and add it to !path 
     93   4) copy oldcm_full(_empty) to myuniquetmpdir+'oldcm_used.pro' 
     94</div> 
    9095 
    9196       
     
    102107        <div class="routine_details" id="_keep_compatibility"> 
    103108 
    104           <h2><a class="top" href="#container">top</a>keep_compatibility </h2> 
     109          <h2><a class="top" href="#container">top</a>keep_compatibility <span class="categories"> compatibility with old version 
     110</span></h2> 
    105111         
    106112          <p class="header"> 
    107             keep_compatibility<span class="result">, <a href="#_keep_compatibility_param_flag">flag</a></span></p> 
     113            keep_compatibility<span class="result">[, <a href="#_keep_compatibility_param_flag">flag</a>]</span></p> 
    108114         
    109           <div class="comments"> 
    110  NAME: keep_compatibility 
    111  
    112  PURPOSE:  
    113    1) define key_forgetold = 1b - keyword_set(flag) 
    114    2) remove all oldcm_used.pro found in !path 
    115    3) define and create myuniquetmpdir and add it to !path 
    116    4) copy oldcm_full(_empty) to myuniquetmpdir+'oldcm_used.pro' 
    117  
    118  CATEGORY: compatibility with old version 
    119  
    120  CALLING SEQUENCE:keep_compatibility [, flag] 
    121  
    122  INPUTS:  
    123  
    124     flag: 1 or 0 to keep or forget the compatibility 
    125     dir: the directory where we create oldcm_used.pro. 
    126     if omitted, is automatically defined to  
    127              1b - keyword_set(key_forgetold)  
    128  
    129  COMMON BLOCKS: cm_general 
    130  
    131  SIDE EFFECTS: see purpose 
    132  
    133  RESTRICTIONS: copy oldcm_full or oldcm_empty must be found in the 
    134  !path. dir must aslo be in the !path 
    135 </div> 
     115          <div class="comments"></div> 
    136116 
    137117           
     
    142122             
    143123            <h4 id="_keep_compatibility_param_flag">flag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124              <span class="attr">in</span> 
    144125               
    145                
    146                
     126              <span class="attr">optional</span> 
    147127               
    148128               
     
    152132            </h4> 
    153133         
    154           <div class="comments"></div> 
     134          <div class="comments"> 1 or 0 to keep or forget the compatibility 
     135 
     136 uses cm_general 
     137</div> 
    155138             
    156139 
     
    159142           
    160143 
     144          <h3>Examples</h3><div class="value"> 
     145 IDL> keep_compatibility [, flag] 
     146</div> 
     147          <h3>Version history</h3> 
     148           
     149           
     150          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     151                      June 2005 
     152</div> 
     153           
     154           
     155          <h3>Known issues</h3> 
    161156           
    162157           
    163158           
    164            
    165            
    166            
    167            
    168            
    169            
    170            
    171            
    172            
     159          <h4>Restrictions</h4><div class="value"> copy oldcm_full or oldcm_empty must be found in the 
     160 !path. dir must also be in the !path 
     161</div> 
    173162         
    174163           
Note: See TracChangeset for help on using the changeset viewer.