From f124eb439a29fce17336b0c279c25446d9eeafe1 Mon Sep 17 00:00:00 2001 From: Rico Antonio Felix Date: Tue, 23 Jun 2015 21:58:38 -0400 Subject: Corrected API documentation for std::shared_ptr Constant::_impl --- include/constant.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 _impl; -- cgit v1.2.3