summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/constant.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/constant.h b/include/constant.h
index 571430b..1494cfb 100644
--- a/include/constant.h
+++ b/include/constant.h
@@ -133,7 +133,8 @@ private:
/**
* Get access to the implementation object
- * @return std::shared_ptr
+ *
+ * @return std::shared_ptr Pointer to the constant implementation
*/
const std::shared_ptr<ConstantImpl> &implementation() const {return _impl;}