From f9982f05e172ebce35c9f7c08fb35a8df8c40e67 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 9 Jan 2017 00:30:08 +0000 Subject: Add missing doxygen comments --- libdbpp/command.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libdbpp/command.h b/libdbpp/command.h index ba51031..86e0a10 100644 --- a/libdbpp/command.h +++ b/libdbpp/command.h @@ -37,6 +37,7 @@ namespace DB { boost::optional hash; protected: + /// Helper function to extract values from a CommandOptionsMap template static X get(const CommandOptionsMap & map, const std::string & key, const X & def) { @@ -46,6 +47,7 @@ namespace DB { } return def; } + /// Helper function to test if a value is set in a CommandOptionsMap static bool isSet(const CommandOptionsMap & map, const std::string & key); }; -- cgit v1.2.3