Ignore:
Timestamp:
06/29/06 16:59:33 (18 years ago)
Author:
pinsard
Message:

correction of some *.pro using aspell list; introduction of default idldoc syntax

Location:
trunk/SRC/Documentation/idldoc_html_output/Utilities
Files:
5 edited

Legend:

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

    r119 r121  
    755755               
    756756               
    757                
     757              <span class="attr">default:</span> <span class="value">for_createfunc.pro</span> 
    758758               
    759759            </h4> 
    760760         
    761             <div class="comments"> name of the funccedure to be created. 
    762       'for_createfunc.pro' by default 
     761            <div class="comments">  
     762 name of the function to be created. 
    763763</div> 
    764764             
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/createpro.html

    r119 r121  
    715715         
    716716          <p class="header"> 
    717             createpro<span class="result">, <a href="#_createpro_param_command">command</a></span>, <a href="#_createpro_keyword_FILENAMEIN">FILENAMEIN</a>=<span class="result">FILENAMEIN</span>, <a href="#_createpro_keyword_KWDLIST">KWDLIST</a>=<span class="result">KWDLIST</span>, <a href="#_createpro_keyword_KWDUSED">KWDUSED</a>=<span class="result">KWDUSED</span>, <a href="#_createpro_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     717            createpro<span class="result">, <a href="#_createpro_param_command">command</a></span>, <a href="#_createpro_keyword_FILENAMEIN">FILENAMEIN</a>=<span class="result">FILENAMEIN</span>, <a href="#_createpro_keyword_KWDLIST">KWDLIST</a>=<span class="result">KWDLIST</span>, <a href="#_createpro_keyword_KWDUSED">KWDUSED</a>=<span class="result">KWDUSED</span>, <a href="#_createpro_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    718718         
    719719          <div class="comments"></div> 
     
    753753               
    754754               
    755                
     755              <span class="attr">default:</span> <span class="value">for_createpro.pro</span> 
    756756               
    757757            </h4> 
    758758         
    759             <div class="comments"> name of the procedure to be created. 
    760       'for_createpro.pro' by default 
     759            <div class="comments"> 
     760  name of the procedure to be created. 
    761761</div> 
    762762             
     
    788788            </h4> 
    789789         
    790             <div class="comments"> obsolote, please pass directly your keywords through _extra 
     790            <div class="comments"> obsolote, please pass directly your keywords through _EXTRA 
    791791</div> 
    792792             
    793             <h4 id="_createpro_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     793            <h4 id="_createpro_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    794794               
    795795               
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/directory-overview.html

    r111 r121  
    711711       
    712712        <dt><a href="find.html?format=raw">find.pro</a></dt> 
    713         <dd> based on file_search, but it is possible to speficy           a set of possibles names and a different set of           possibles directories names.</dd> 
     713        <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> 
    714714       
    715715        <dt><a href="isadirectory.html?format=raw">isadirectory.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/find.html

    r119 r121  
    696696      </div> 
    697697 
    698       <div id="file_comments"> based on file_search, but it is possible to speficy 
     698      <div id="file_comments"> based on file_search, but it is possible to specify 
    699699          a set of possibles names and a different set of 
    700700          possibles directories names. 
    701           By defaut look for files included in !path 
     701          By default look for files included in !path 
    702702 
    703703 all file_search keywords can be used. 
     
    749749     file names to match. Input names specifications may contain 
    750750     wildcard characters, enabling them to match multiple files 
    751      (see file_search for more informations). By defaut and if 
     751     (see file_search for more informations). By default and if 
    752752     necessary, find is looking for filename and also for filename 
    753753     completed with '.pro' 
     
    768768               
    769769               
    770                
     770              <span class="attr">default:</span> <span class="value">!path</span> 
    771771               
    772772            </h4> 
    773773         
    774774            <div class="comments"> A scalar or array variable of string type, containing 
    775         directories names where we are looking for the file. by defaut 
    776         we use !path. Different directories can be separated by 
     775        directories names where we are looking for the file.   
     776        Different directories can be separated by 
    777777        path_sep(/search_path) (':' on unix type machine) as it is done 
    778778        to define !path. 
     
    948948          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    949949                       28/4/1999 
    950                        6/7/1999: compatibilite mac et windows 
     950                       6/7/1999: compatibility mac and windows 
    951951 June 2005: Sebastien Masson: cleaning, use for file_* functions 
    952952</div> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/isafile.html

    r119 r121  
    780780         
    781781            <div class="comments"> a directory where we look for the file. this 
    782            keyword is taken into account only if the dirmame 
     782           keyword is taken into account only if the dirname 
    783783           of filein or filename is '.' 
    784784</div> 
Note: See TracChangeset for help on using the changeset viewer.