summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/constant.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/constant.h b/include/constant.h
index faac3df..571430b 100644
--- a/include/constant.h
+++ b/include/constant.h
@@ -125,7 +125,9 @@ public:
private:
/**
* Pointer to the actual implementation of the constant
- * @var std::shared_ptr
+ *
+ * @var std::shared_ptr Pointer to the constant implementation containing
+ * distributed ownership properties
*/
std::shared_ptr<ConstantImpl> _impl;