]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
Fix warnings from Doxygen.
[user/henk/code/inspircd.git] / include / hashcomp.h
index b9c568135f7da730de600a0308ea288f022e4b19..f0e092729d9618cec08e4b01972280721af3a022 100644 (file)
@@ -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.
                 */