Ignore:
Timestamp:
06/07/06 19:12:14 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Calendar and Utilities *.pro files for bet
ter idldoc output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/isadirectory.html

    r89 r93  
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments">  all dialog_pickfile keywords (like filter) can be used. 
     90</div> 
    9091 
    9192       
     
    102103        <div class="routine_details" id="_isadirectory"> 
    103104 
    104           <h2><a class="top" href="#container">top</a>isadirectory </h2> 
     105          <h2><a class="top" href="#container">top</a>isadirectory <span class="categories"> io 
     106</span></h2> 
    105107         
    106108          <p class="header"> 
    107             <span class="result">result = </span>isadirectory(<span class="result"><a href="#_isadirectory_param_directoryin">directoryin</a></span>, <a href="#_isadirectory_keyword_TITLE">TITLE</a>=<span class="result">TITLE</span>, <a href="#_isadirectory_keyword_IODIRECTORY">IODIRECTORY</a>=<span class="result">IODIRECTORY</span>, <a href="#_isadirectory_keyword__extra">_extra</a>=<span class="result">_extra</span>)</p> 
     109            <span class="result">result = </span>isadirectory(<span class="result">[<a href="#_isadirectory_param_directoryin">directoryin</a>]</span>, <a href="#_isadirectory_keyword_TITLE">TITLE</a>=<span class="result">TITLE</span>, <a href="#_isadirectory_keyword_IODIRECTORY">IODIRECTORY</a>=<span class="result">IODIRECTORY</span>, <a href="#_isadirectory_keyword__extra">_extra</a>=<span class="result">_extra</span>)</p> 
    108110         
    109111          <div class="comments"> 
    110  NAME:isadirectory 
    111  
    112  PURPOSE:check if a directory exists and make sure that it ends  
     112 check if a directory exists and make sure that it ends  
    113113         with the directory separator mark. 
    114  
    115  CATEGORY: io 
    116  
    117  CALLING SEQUENCE: directory=isadirectory([dirname]) 
    118   
    119  INPUTS:optional:a proposed directory. If neither dirname  
     114</div> 
     115 
     116          <h3>Return value</h3><div class="value"> the directory name 
     117</div> 
     118 
     119           
     120            <h3>Parameters</h3> 
     121         
     122             
     123            <h4 id="_isadirectory_param_directoryin">directoryin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124              <span class="attr">in</span> 
     125               
     126              <span class="attr">optional</span> 
     127               
     128               
     129               
     130               
     131               
     132            </h4> 
     133         
     134          <div class="comments"> a proposed directory. If neither dirname  
    120135        input parameter of IODIRECTORY keyword are defined, 
    121136        the ask the user to choose a directory. 
    122  
    123  KEYWORD PARAMETERS: 
    124  
    125      IODIRECTORY:a proposed directory 
    126  
    127      TITLE = the title of the window 
    128  
    129      all dialog_pickfile keywords (like filter) 
    130  
    131  OUTPUTS: the directory name 
    132  
    133  COMMON BLOCKS:none 
    134  
    135  SIDE EFFECTS: 
    136  
    137  RESTRICTIONS: 
    138  
    139  EXAMPLE: 
     137</div> 
     138             
     139 
     140           
     141 
     142           
     143 
     144            <h3>Keywords</h3> 
     145             
     146            <h4 id="_isadirectory_keyword_TITLE">TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     147               
     148               
     149               
     150               
     151               
     152               
     153               
     154               
     155            </h4> 
     156         
     157            <div class="comments"> the title of the window 
     158</div> 
     159             
     160            <h4 id="_isadirectory_keyword_IODIRECTORY">IODIRECTORY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     161               
     162               
     163               
     164               
     165               
     166               
     167               
     168               
     169            </h4> 
     170         
     171            <div class="comments"> a proposed directory 
     172</div> 
     173             
     174            <h4 id="_isadirectory_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     175               
     176               
     177               
     178               
     179               
     180               
     181               
     182               
     183            </h4> 
     184         
     185            <div class="comments"></div> 
     186             
     187           
     188 
     189          <h3>Examples</h3><div class="value">  
    140190 
    141191    IDL> print, !dir 
     
    145195    IDL> print, isadirectory(!dir+'notgood') 
    146196</div> 
    147  
    148            
    149  
    150            
    151             <h3>Parameters</h3> 
    152          
    153              
    154             <h4 id="_isadirectory_param_directoryin">directoryin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    155                
    156                
    157                
    158                
    159                
    160                
    161                
    162                
    163             </h4> 
    164          
    165           <div class="comments"></div> 
    166              
    167  
    168            
    169  
    170            
    171  
    172             <h3>Keywords</h3> 
    173              
    174             <h4 id="_isadirectory_keyword_TITLE">TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    175                
    176                
    177                
    178                
    179                
    180                
    181                
    182                
    183             </h4> 
    184          
    185             <div class="comments"></div> 
    186              
    187             <h4 id="_isadirectory_keyword_IODIRECTORY">IODIRECTORY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    188                
    189                
    190                
    191                
    192                
    193                
    194                
    195                
    196             </h4> 
    197          
    198             <div class="comments"></div> 
    199              
    200             <h4 id="_isadirectory_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    201                
    202                
    203                
    204                
    205                
    206                
    207                
    208                
    209             </h4> 
    210          
    211             <div class="comments"></div> 
    212              
    213            
    214  
    215            
    216            
    217            
    218            
    219            
     197          <h3>Version history</h3> 
     198           
     199           
     200          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     201                      June 28, 2000 
     202 June 2005: Sebastien Masson: cleaning, use for file_* functions</div> 
    220203           
    221204           
Note: See TracChangeset for help on using the changeset viewer.