Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/inrecgrid.html

    r157 r163  
    742742              <span class="attr">required</span> 
    743743               
    744                
     744              <span class="attr">type:</span> <span class="value">1d array</span> 
    745745               
    746746               
     
    748748         
    749749          <div class="comments"> 
    750  a 1d array, the x position on the points 
     750 the x position on the points 
    751751</div> 
    752752             
     
    757757              <span class="attr">required</span> 
    758758               
    759                
     759              <span class="attr">type:</span> <span class="value">1d array</span> 
    760760               
    761761               
     
    763763         
    764764          <div class="comments"> 
    765  a 1d array, the y position on the points 
     765 the y position on the points 
    766766</div> 
    767767             
     
    772772              <span class="attr">required</span> 
    773773               
    774                
     774              <span class="attr">type:</span> <span class="value">1d monotonically increasing array</span> 
    775775               
    776776               
     
    778778         
    779779          <div class="comments"> 
    780  a 1d, monotonically increasing array, 
    781780 the position of the "left" border of each cell. 
    782781</div> 
     
    788787              <span class="attr">required</span> 
    789788               
    790                
     789              <span class="attr">type:</span> <span class="value">1d monotonically increasing array</span> 
    791790               
    792791               
     
    794793         
    795794          <div class="comments"> 
    796  a 1d, monotonically increasing array, 
    797795 the position of the "bottom" border of each cell. 
    798796</div> 
     
    855853          <h3>Version history</h3> 
    856854           
    857           <h4>Version</h4><div class="preformat"> $Id: inrecgrid.pro 136 2006-07-10 15:20:19Z pinsard $ 
     855          <h4>Version</h4><div class="preformat"> $Id: inrecgrid.pro 157 2006-08-21 09:01:50Z navarro $ 
    858856</div> 
    859857          <h4>History</h4><div class="preformat"> 
     
    878876           
    879877         
     878          <h3>Statistics</h3> 
     879          <table class="statistics"> 
     880            <tr><td>McCabe cyclic</td><td>           7</td></tr> 
     881            <tr><td>McCabe essential</td><td>           1</td></tr> 
     882            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     883          </table> 
    880884           
    881885         
Note: See TracChangeset for help on using the changeset viewer.