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_assistant_output/Utilities/protype.html

    r338 r402  
    112112    <h3>Examples</h3><pre> 
    113113 
    114  IDL> print, protype('protype') 
     114   IDL> print, protype('protype') 
    115115      func 
    116  IDL> print, protype('protype.pro') 
     116   IDL> print, protype('protype.pro') 
    117117      func 
    118  IDL> print, protype('init') 
     118   IDL> print, protype('init') 
    119119      batch 
    120  IDL> print, protype('plt') 
     120   IDL> print, protype('plt') 
    121121      proc 
    122122 
     
    124124     
    125125    <h4>Version</h4> 
    126  $Id: protype.pro 325 2007-12-06 10:04:53Z pinsard $ 
     126 $Id: protype.pro 371 2008-08-07 09:32:02Z pinsard $ 
    127127 
    128128    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.