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/directory-overview.html

    r200 r234  
    102102       
    103103        <dt><a href="find.html">find.pro</a></dt> 
    104         <dd>  based on file_search, but it is possible to specify  a set of possibles names and a different set of  possibles directories names.</dd> 
     104        <dd>  based on <proidl>file_search</proidl>, but it is possible to specify  a set of possibles names and a different set of  possibles directories names.</dd> 
    105105       
    106106        <dt><a href="fitintobox.html">fitintobox.pro</a></dt> 
    107         <dd>   Check that the input array has size and dimensions  compatible with the domain that was defined with the previous call  of domdef.</dd> 
     107        <dd>  Check that the input array has size and dimensions  compatible with the domain that was defined with the previous call  of domdef.</dd> 
    108108       
    109109        <dt><a href="isadirectory.html">isadirectory.pro</a></dt> 
     
    111111       
    112112        <dt><a href="isafile.html">isafile.pro</a></dt> 
    113         <dd>  same as find.</dd> 
     113        <dd>  same as <a href=".//find.html">find</a> except that as long as the file is 'NOT FOUND',  isafile calls dialog_pickfile, to ask the user to select a file.</dd> 
    114114       
    115115        <dt><a href="linearequation.html">linearequation.pro</a></dt> 
    116         <dd>   Calculate a linear equation of the type ax+by+c=0  thanks to coordinates of 2 points.</dd> 
     116        <dd>  Calculate a linear equation of the type ax+by+c=0  thanks to coordinates of 2 points.</dd> 
    117117       
    118118        <dt><a href="lineintersection.html">lineintersection.pro</a></dt> 
    119         <dd>   Calculate coordinates of the intersection between 2 straight lines   or of a succession of 2 straight lines.</dd> 
     119        <dd>  Calculate coordinates of the intersection between 2 straight lines  or of a succession of 2 straight lines.</dd> 
    120120       
    121121        <dt><a href="mergeonline_help.html">mergeonline_help.pro</a></dt> 
     
    126126       
    127127        <dt><a href="pwd.html">pwd.pro</a></dt> 
    128         <dd>   print the current directory </dd> 
     128        <dd>  print the current directory </dd> 
    129129       
    130130        <dt><a href="report.html">report.pro</a></dt> 
    131         <dd>   Like dialog_message.</dd> 
     131        <dd>  Like <proidl>dialog_message</proidl> if there is already some widget  active or like <proidl>message</proidl> if there is not any widget active.</dd> 
    132132       
    133133        <dt><a href="routine_name.html">routine_name.pro</a></dt> 
     
    135135       
    136136        <dt><a href="testvar.html">testvar.pro</a></dt> 
    137         <dd>   A kind of keyword_set but when the value exist, it send it back </dd> 
     137        <dd>  A kind of keyword_set but when the value exist, it send it back.</dd> 
    138138       
    139139        <dt><a href="text_box.html">text_box.pro</a></dt> 
    140         <dd>   This procedure writes a short text message within a box-shaped  area in a graphics window.</dd> 
     140        <dd>  This procedure writes a short text message within a box-shaped  area in a graphics window.</dd> 
    141141       
    142142        <dt><a href="undefine.html">undefine.pro</a></dt> 
    143         <dd>   erase a variable  same thing that delvar but usable in a program and usable   for one variable simultaneously </dd> 
     143        <dd>  erase a variable  same thing that delvar but usable in a program and usable  for one variable simultaneously </dd> 
    144144       
    145145        <dt><a href="xfile.html">xfile.pro</a></dt> 
    146         <dd>   display in a widget an ASCII file.</dd> 
     146        <dd>  display in a widget an ASCII file.</dd> 
    147147       
    148148        <dt><a href="xhelp.html">xhelp.pro</a></dt> 
    149         <dd>   Display an IDL procedure header using widgets and the widget manager.</dd> 
     149        <dd>  Display an IDL procedure header using widgets and the widget manager.</dd> 
    150150       
    151151      </dl> 
Note: See TracChangeset for help on using the changeset viewer.