From b3959de86233d5bdefc700a77b1577de8c22c657 Mon Sep 17 00:00:00 2001 From: Rico Antonio Felix Date: Tue, 23 Jun 2015 22:01:17 -0400 Subject: Enhanced API documentation for Constant::implementation() const --- include/constant.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 &implementation() const {return _impl;} -- cgit v1.2.3