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/Matrix/make_selection.html

    r157 r163  
    729729 </div> 
    730730 
    731           <h3>Return value</h3><div class="preformat"> A (long) array with indices to reference the selected values 
     731          <h3>Return value</h3><div class="preformat"> A (long) array with indexes to reference the selected values 
    732732        in the NAMES array. 
    733733</div> 
     
    783783            </h4> 
    784784         
    785             <div class="comments"> Return only indices of found values. Values not 
     785            <div class="comments"> Return only indexes of found values. Values not 
    786786            found are skipped. Default is to return 1 index value for 
    787787            each SELNAME, which is -1 if SELNAME is not contained in  
     
    802802            </h4> 
    803803         
    804             <div class="comments"> Normally, MAKE_SELECTION will return indices for 
     804            <div class="comments"> Normally, MAKE_SELECTION will return indexes for 
    805805            all values that are found, simply ignoring the selected 
    806806            values that are not in the NAMES array (although an error 
     
    850850</div> 
    851851          <h4>History</h4><div class="preformat"> mgs, 28 Aug 1998: VERSION 1.00 
    852           mgs, 29 Aug 1998: - changed behaviour and added ONLY_VALID keyword 
     852          mgs, 29 Aug 1998: - changed behavior and added ONLY_VALID keyword 
    853853</div> 
    854854           
     
    874874           
    875875         
     876          <h3>Statistics</h3> 
     877          <table class="statistics"> 
     878            <tr><td>McCabe cyclic</td><td>           8</td></tr> 
     879            <tr><td>McCabe essential</td><td>           1</td></tr> 
     880            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     881          </table> 
    876882           
    877883         
Note: See TracChangeset for help on using the changeset viewer.