Browse Source

[master] Fixed #4231 doxygen warning

Francis Dupont 9 years ago
parent
commit
13acd82589
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/eval/token.h

+ 1 - 1
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) {