Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
doc: add string keys only to doxygen as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobWonisch committed Jan 19, 2022
1 parent a9b8522 commit a33a9e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/kdb/validate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit a33a9e1

Please sign in to comment.