Show
Ignore:
Timestamp:
05/26/03 20:02:09 (5 years ago)
Author:
augur
Message:

Fixed some typos.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swishctl/doc/API.html

    r1240 r1241  
    6161  <code>swishctl.SetSearchLimit( &quot;year&quot;, startyr, stopyr )</code> 
    6262  <p> 
    63     Sets a range from <code>low</code> to <code>high</code> inclusive that the give  
     63    Sets a range from <code>low</code> to <code>high</code> inclusive that the given  
    6464     <code>property</code> must be in to be selected as a result.  
    6565      Call multiple times to set more than one limit  
     
    9494  <code>swishctl.SeekResult( startresult - 1 )</code> 
    9595  <p> 
    96     Seeks to the position<code>position</code> specified in the result  
     96    Seeks to the <code>position</code> specified in the result  
    9797    list. Zero is the first position and swishctl.Hits-1  
    9898    is the last position. Seeking past the end of results sets  
     
    102102 
    103103<dt><strong><a name="nextresult">int swishctl.NextResult()</strong></dt> 
     104<dd> 
    104105  <p> 
    105106    Fetches the next result from the list of results. Returns 0 if no more results are available. 
     
    108109 
    109110<dt><strong><a name="resultpropertystring">str swishctl.ResultPropertyString( str property )</a></strong></dt> 
     111<dd> 
    110112  <code>swishctl.ResultPropertyString( &quot;swishdocpath&quot; )</code> 
    111113  <p>