summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-10-21 19:18:08 +0100
committerPeter Powell <petpow@saberuk.com>2018-10-21 19:18:08 +0100
commit0e6b18ff9180fc7794cea53d0566411b9afb0d7e (patch)
treee1e04786d6239f5b2af8b5387147121b822a172f /include/hashcomp.h
parent98a80a730e21c6711d8ac14b16aaf6aad50da6c7 (diff)
Fix warnings from Doxygen.
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index b9c568135..f0e092729 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -199,13 +199,13 @@ namespace irc
/** Create a tokenstream and fill it with the provided data. */
tokenstream(const std::string& msg, size_t start = 0);
- /** Retrieve the next <middle> token in the token stream.
+ /** Retrieve the next \<middle> token in the token stream.
* @param token The next token available, or an empty string if none remain.
* @return True if tokens are left to be read, false if the last token was just retrieved.
*/
bool GetMiddle(std::string& token);
- /** Retrieve the next <trailing> token in the token stream.
+ /** Retrieve the next \<trailing> token in the token stream.
* @param token The next token available, or an empty string if none remain.
* @return True if tokens are left to be read, false if the last token was just retrieved.
*/