]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed #4231 doxygen warning
authorFrancis Dupont <fdupont@isc.org>
Fri, 19 Feb 2016 16:32:52 +0000 (17:32 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 19 Feb 2016 16:32:52 +0000 (17:32 +0100)
src/lib/eval/token.h

index f38c7bfa07d1724898512375764f545f0a37f3e0..48e3962510df617beefd419efb5b062caa253a4b 100644 (file)
@@ -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) {