[3.0] Add missed doxygen documentation
[platform/core/uifw/dali-core.git] / dali / public-api / common / intrusive-ptr.h
index 9a775aa..e755202 100644 (file)
@@ -80,6 +80,7 @@ public:
   /**
    * @brief Copy constructor.
    * @SINCE_1_0.0
+   * @param[in] rhs Const reference to an IntrusivePtr
    */
   IntrusivePtr( IntrusivePtr const& rhs ) : mPtr( rhs.mPtr )
   {
@@ -207,6 +208,7 @@ public:
    *
    * Use with care.
    * @SINCE_1_0.0
+   * @return Pointer to reference counted object
    */
   T* Detach()
   {