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/routine_name.html

    r338 r402  
    110110 
    111111    <h3>Examples</h3><pre> 
    112  IDL> print, routine_name() 
     112 
     113   IDL> print, routine_name() 
    113114  /usr1/com/smasson/IDL_RD/UTILITAIRE/report.pro 
    114   IDL> print, routine_name(1) 
     115   IDL> print, routine_name(1) 
    115116  /usr1/com/smasson/IDL_RD/PLOTS/DIVERS/determineminmax.pro 
    116   IDL> print, routine_name(2) 
     117   IDL> print, routine_name(2) 
    117118  /usr1/com/smasson/IDL_RD/PLOTS/DESSINE/plt.pro 
    118   IDL> print, routine_name(3) 
     119   IDL> print, routine_name(3) 
    119120  $MAIN$ 
    120   IDL> print, routine_name(4) 
     121   IDL> print, routine_name(4) 
    121122  $MAIN$ 
    122123 
     
    124125     
    125126    <h4>Version</h4> 
    126  $Id: routine_name.pro 325 2007-12-06 10:04:53Z pinsard $ 
     127 $Id: routine_name.pro 386 2008-12-03 13:26:28Z smasson $ 
    127128 
    128129    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.