Changeset 11152
- Timestamp:
- 2008-09-02 12:00:47 (3 months ago)
- Location:
- branches/1.0/xapian-core
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
common/alltermslist.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/xapian-core/ChangeLog
r11151 r11152 1 Tue 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 1 6 Tue Sep 02 10:57:15 GMT 2008 Olly Betts <olly@survex.com> 2 7 -
branches/1.0/xapian-core/common/alltermslist.h
r9689 r11152 67 67 * 68 68 * 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 tnameexist).69 * first term after @a term (or at_end() if no terms after @a term exist). 70 70 */ 71 71 virtual TermList *skip_to(const std::string &term) = 0;
