From 6aea58fee99a735c4bc4fedee1e6cb8f6d16ca71 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 1 Jan 2017 22:02:35 +0000 Subject: Add doxygen comments for command options --- libdbpp/command.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libdbpp/command.h b/libdbpp/command.h index 2a07a73..2a7f9ae 100644 --- a/libdbpp/command.h +++ b/libdbpp/command.h @@ -21,12 +21,15 @@ namespace DB { ParameterOutOfRange(); }; + /// Represents the basic options that can be passed when creating new commands. class DLL_PUBLIC CommandOptions { public: CommandOptions() = default; + /// Constructor which populates the hash value only. CommandOptions(std::size_t hash); virtual ~CommandOptions() = default; + /// An (optional) hash of the SQL statement. boost::optional hash; }; -- cgit v1.2.3