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/ToBeReviewed/LECTURE/litchamp.html

    r157 r163  
    700700 
    701701      <div id="file_comments"> 
    702  Allows to read an array or a sructure cooresponding to a field. 
     702 Allows to read an array or a structure corresponding to a field. 
    703703 If we have in input:  
    704704   -an array, litchamp send back the array. 
     
    747747              <span class="attr">required</span> 
    748748               
    749                
     749              <span class="attr">type:</span> <span class="value">array or structure</span> 
    750750               
    751751               
     
    753753         
    754754          <div class="comments"> 
    755  It is either an array or a structure. 
    756755  If STRUCT is a structure, it must follow following rules: 
    757756        -the first element is the array containing the field. 
    758         -other elements are strings containing informations on the field exept 
     757        -other elements are strings containing informations on the field except 
    759758        for the one about the date. This one can be either a string to designate 
    760759        a particular date (ex: 'August 1999') or a vector of julian days (of IDL) 
    761760        corresponding  to the calendar to be associated with the field if it is a 
    762761        temporal series. 
    763         -the order of elements (exept the first) has not any importance.  
    764         -the other elements (exept the first) are optional. 
     762        -the order of elements (except the first) has not any importance.  
     763        -the other elements (except the first) are optional. 
    765764        -they are recognize by the first letter of their names: 
    766765             g  to update vargrid 
     
    879878 associated with the element of the structure starting by 'l' if it exist  
    880879 and -1 if it does not. 
    881   
    882 </div> 
     880 </div> 
    883881             
    884882            <h4 id="_litchamp_keyword_MASK">MASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    918916           
    919917          <h4>Version</h4><div class="preformat"> 
    920  $Id: litchamp.pro 142 2006-07-21 12:47:49Z navarro $ 
     918 $Id: litchamp.pro 157 2006-08-21 09:01:50Z navarro $ 
    921919</div> 
    922920          <h4>History</h4><div class="preformat"> 
     
    945943           
    946944         
     945          <h3>Statistics</h3> 
     946          <table class="statistics"> 
     947            <tr><td>McCabe cyclic</td><td>          41</td></tr> 
     948            <tr><td>McCabe essential</td><td>           1</td></tr> 
     949            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     950          </table> 
    947951           
    948952         
Note: See TracChangeset for help on using the changeset viewer.