Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/protype.html

    r338 r402  
    147147          <h3>Examples</h3><div class="preformat"> 
    148148 
    149  IDL> print, protype('protype') 
     149   IDL> print, protype('protype') 
    150150      func 
    151  IDL> print, protype('protype.pro') 
     151   IDL> print, protype('protype.pro') 
    152152      func 
    153  IDL> print, protype('init') 
     153   IDL> print, protype('init') 
    154154      batch 
    155  IDL> print, protype('plt') 
     155   IDL> print, protype('plt') 
    156156      proc 
    157157</div> 
     
    159159           
    160160          <h4>Version</h4><div class="preformat"> 
    161  $Id: protype.pro 325 2007-12-06 10:04:53Z pinsard $ 
     161 $Id: protype.pro 371 2008-08-07 09:32:02Z pinsard $ 
    162162</div> 
    163163          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.