From d0ca7090df5955a70243b952d76bcad28856dbba Mon Sep 17 00:00:00 2001 From: Rico Antonio Felix Date: Tue, 23 Jun 2015 21:32:11 -0400 Subject: Added API documentation for Constant(const char*, double) --- include/constant.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/constant.h b/include/constant.h index 6caaabf..d3b5749 100644 --- a/include/constant.h +++ b/include/constant.h @@ -60,6 +60,14 @@ public: * @param value Constant's value */ Constant(const char *name, int64_t value); + + /** + * Constructor to create a constant for a double precision + * floating point number + * + * @param name Constant's name + * @param value Constant's value + */ Constant(const char *name, double value); Constant(const char *name, const char *value); Constant(const char *name, const char *value, size_t size); -- cgit v1.2.3