From 13acd82589613c0cec6b03418e3e3a26874a2d26 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 19 Feb 2016 17:32:52 +0100 Subject: [PATCH] [master] Fixed #4231 doxygen warning --- src/lib/eval/token.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3