Skip to content

Commit

Permalink
Improve stat_flags apidoc formatting
Browse files Browse the repository at this point in the history
Remove blank line from doc comment to avoid doxygen deciding to use
a literal text box.
  • Loading branch information
ojwb committed May 22, 2024
1 parent c6f3dcd commit 17c16e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xapian-core/include/xapian/weight.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class XAPIAN_VISIBILITY_DEFAULT Weight {
/// Number of unique terms in the current document.
UNIQUE_TERMS = 8192,
/** Sum of lengths of all documents in the collection.
*
* This gives the total number of term occurrences.
*/
TOTAL_LENGTH = 16384,
Expand Down

0 comments on commit 17c16e6

Please sign in to comment.