Changeset 11152

Show
Ignore:
Timestamp:
2008-09-02 12:00:47 (3 months ago)
Author:
olly
Message:

Backport change from trunk:
common/alltermslist.h: Fix parameter name in doxygen comment.

Location:
branches/1.0/xapian-core
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/xapian-core/ChangeLog

    r11151 r11152  
     1Tue Sep 02 11:00:44 GMT 2008  Olly Betts <olly@survex.com> 
     2 
     3        * Backport change from trunk: 
     4        * common/alltermslist.h: Fix parameter name in doxygen comment. 
     5 
    16Tue Sep 02 10:57:15 GMT 2008  Olly Betts <olly@survex.com> 
    27 
  • branches/1.0/xapian-core/common/alltermslist.h

    r9689 r11152  
    6767     * 
    6868     *  If the specified term isn't in the list, position ourselves on the 
    69      *  first term after tname (or at_end() if no terms after tname exist). 
     69     *  first term after @a term (or at_end() if no terms after @a term exist). 
    7070     */ 
    7171    virtual TermList *skip_to(const std::string &term) = 0;