From a33a9e1707c969189ea4e87de930078de5ac5ead Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 19 Jan 2022 14:50:48 +0100 Subject: [PATCH] doc: add string keys only to doxygen as well --- src/tools/kdb/validate.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/kdb/validate.cpp b/src/tools/kdb/validate.cpp index 6076d0c694e..962d8fd0245 100644 --- a/src/tools/kdb/validate.cpp +++ b/src/tools/kdb/validate.cpp @@ -22,8 +22,9 @@ using namespace kdb; * @brief Validate key database subtree * * Validate the part of the database that is rooted by the key given in the first argument. - * This is done by reading all key values, writing a different value, rewriting the original value and then re-setting the values + * This is done by reading all string key values, writing a different value, rewriting the original value and then re-setting the values * in the key database. All loaded validation plugins are hereby triggered and their warnings are returned. + * Only string keys are validated! Binary keys will be skipped! * * @param cl the command line *