From 1dd8cc398e82842b94508d943bf188a400ac31fb Mon Sep 17 00:00:00 2001 From: Rico Antonio Felix Date: Tue, 23 Jun 2015 21:43:34 -0400 Subject: Added API documentation for Constant(const char*, const std::string&) --- include/constant.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/constant.h b/include/constant.h index a3a059f..b578019 100644 --- a/include/constant.h +++ b/include/constant.h @@ -87,6 +87,14 @@ public: * @param size Length of the string value */ Constant(const char *name, const char *value, size_t size); + + /** + * Constructor to create a constant for a string literal + * using a std::string + * + * @param name Constant's name + * @param value Constant's value + */ Constant(const char *name, const std::string &value); /** -- cgit v1.2.3