X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fhashcomp.h;fp=include%2Fhashcomp.h;h=f0e092729d9618cec08e4b01972280721af3a022;hb=0e6b18ff9180fc7794cea53d0566411b9afb0d7e;hp=b9c568135f7da730de600a0308ea288f022e4b19;hpb=98a80a730e21c6711d8ac14b16aaf6aad50da6c7;p=user%2Fhenk%2Fcode%2Finspircd.git 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 token in the token stream. + /** Retrieve the next \ 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 token in the token stream. + /** Retrieve the next \ 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. */