Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/xfile.html

    r200 r234  
    6161    </dl> 
    6262 
    63       
     63     
    6464 display in a widget an ASCII file. 
    65  It is the same thing that xdisplayfile but here, we use it  
    66  to display the content of a procedure or of a function,  
     65 It is the same thing that xdisplayfile but here, we use it 
     66 to display the content of a procedure or of a function, 
    6767 even if it is not in the current directory (thanks to the path). 
    6868 
     
    7373      <a name="#_xfile"></a> 
    7474 
    75       <h2>xfile  <font size="-1" color="#006633">  
     75      <h2>xfile  <font size="-1" color="#006633"> 
    7676 Utilities 
    7777</font></h2> 
    7878 
    79       <p><font face="Courier">xfile<i>, <a href="#_xfile_keyword_filename">filename</a></i>, <a href="#_xfile_keyword__extra">_extra</a>=<i>_extra</i></font></p> 
     79      <p><font face="Courier">xfile<i>, <a href="#_xfile_keyword_filename">filename</a></i>, <a href="#_xfile_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    8080 
    8181     
     
    100100    </h4> 
    101101 
    102       
    103  It is the name of the procedure or of the function  
     102     
     103 It is the name of the procedure or of the function 
    104104 we want to display (with or without .pro at the end). 
    105105 
     
    111111 
    112112     
    113     <a name="#_xfile_keyword__extra"></a> 
    114     <h4>_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     113    <a name="#_xfile_keyword__EXTRA"></a> 
     114    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    115115       
    116116       
     
    123123    </h4> 
    124124 
    125       
    126  used to pass your keywords 
     125     
     126 Used to pass keywords 
    127127 
    128128     
    129129     
    130130 
    131     <h3>Examples</h3> xfile,'plt' 
     131    <h3>Examples</h3><pre> 
     132 IDL> xfile,'plt' 
    132133 
    133     <h3>Version history</h3> 
     134    </pre><h3>Version history</h3> 
    134135     
    135     <h4>Version</h4> $Id: xfile.pro 163 2006-08-29 12:59:46Z navarro $ 
     136    <h4>Version</h4> 
     137 $Id: xfile.pro 232 2007-03-20 16:59:36Z pinsard $ 
    136138 
    137     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    138                        7/1/99 
    139                        6/7/1999: compatibility mac and windows 
     139    <h4>History</h4> 
     140 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     141 7/1/99 
     142 6/7/1999: compatibility mac and windows 
    140143 
    141144     
Note: See TracChangeset for help on using the changeset viewer.