From: Francis Dupont Date: Fri, 19 Feb 2016 16:32:52 +0000 (+0100) Subject: [master] Fixed #4231 doxygen warning X-Git-Tag: trac4267_base0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13acd82589613c0cec6b03418e3e3a26874a2d26;p=thirdparty%2Fkea.git [master] Fixed #4231 doxygen warning --- diff --git a/src/lib/eval/token.h b/src/lib/eval/token.h index f38c7bfa07..48e3962510 100644 --- a/src/lib/eval/token.h +++ b/src/lib/eval/token.h @@ -84,7 +84,7 @@ public: /// /// Only "true" and "false" are expected. /// - /// @param the (string) value + /// @param value the (string) value /// @return the boolean represented by the value /// @throw EvalTypeError when the value is not either "true" or "false". static inline bool toBool(std::string value) {