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_html_output/Utilities/xhelp.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 Display an IDL procedure header using widgets and the widget manager. 
    9191</div> 
     
    109109         
    110110          <p class="header"> 
    111             xhelp<span class="result">, <a href="#_xhelp_param_filename">filename</a></span>, <a href="#_xhelp_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     111            xhelp<span class="result">, <a href="#_xhelp_param_filename">filename</a></span>, <a href="#_xhelp_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    112112         
    113113          <div class="comments"> 
     
    131131            </h4> 
    132132         
    133           <div class="comments">  
    134  A scalar string that contains the filename of the file to display.   
    135  If FILENAME does not include a complete path specification, xhelp will  
     133          <div class="comments"> 
     134 A scalar string that contains the filename of the file to display. 
     135 If FILENAME does not include a complete path specification, xhelp will 
    136136 search for the file in the current working directory and then each of the 
    137137 directories listed in !PATH environment variable.  The 
     
    146146            <h3>Keywords</h3> 
    147147             
    148             <h4 id="_xhelp_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     148            <h4 id="_xhelp_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    149149               
    150150               
     
    157157            </h4> 
    158158         
    159             <div class="comments">  
    160  used to pass your keywords 
    161 </div> 
    162              
    163            
    164  
    165           <h3>Examples</h3><div class="preformat">  
    166  Open a file and create a widget to display its contents. 
     159            <div class="comments"> 
     160 Used to pass keywords 
     161</div> 
     162             
     163           
     164 
     165          <h3>Examples</h3><div class="preformat"> 
     166 IDL> xhelp,'plt' 
    167167</div> 
    168168          <h3>Version history</h3> 
    169169           
    170           <h4>Version</h4><div class="preformat"> $Id: xhelp.pro 163 2006-08-29 12:59:46Z navarro $ 
    171 </div> 
    172           <h4>History</h4><div class="preformat"> Written By Steve Richards, December 1990 
     170          <h4>Version</h4><div class="preformat"> 
     171 $Id: xhelp.pro 232 2007-03-20 16:59:36Z pinsard $ 
     172</div> 
     173          <h4>History</h4><div class="preformat"> 
     174 Written By Steve Richards, December 1990 
    173175        Graceful error recovery, DMS, Feb, 1992. 
    174176       Modified to extract .pro documentation headers, PJR/ESRG mar94 
     
    186188           
    187189           
    188           <h4>Restrictions</h4><div class="preformat">  
     190          <h4>Restrictions</h4><div class="preformat"> 
    189191 Triggers the XMANAGER if it is not already in use. 
    190192</div> 
Note: See TracChangeset for help on using the changeset viewer.