From: Seoyeon Kim Date: Wed, 24 May 2017 04:44:35 +0000 (+0900) Subject: Update doxygen commnets X-Git-Tag: dali_1.2.41~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fff2ceb08024f3bbf40f7d6aeff2df2799ac31aa;p=platform%2Fcore%2Fuifw%2Fdali-core.git Update doxygen commnets - Return type of member Dali::Property::Add is not documented. - Parameter of member Dali::Property::GetKeyAt is not documented. - Parameter of member Dali::Property::GetKeyValue is not documented. Change-Id: I99bd91058517b3dfeb0678188d039b972f126df3 Signed-off-by: Seoyeon Kim --- diff --git a/dali/public-api/object/property-array.h b/dali/public-api/object/property-array.h index 050330c..3fbff39 100644 --- a/dali/public-api/object/property-array.h +++ b/dali/public-api/object/property-array.h @@ -134,6 +134,7 @@ public: * * @SINCE_1_2.11 * @param[in] value The value to add to the end of the array + * @return A reference to this object */ inline Property::Array& Add( const Value& value ) { diff --git a/dali/public-api/object/property-map.h b/dali/public-api/object/property-map.h index 59c02b0..aa7498d 100644 --- a/dali/public-api/object/property-map.h +++ b/dali/public-api/object/property-map.h @@ -189,6 +189,7 @@ public: * @brief Retrieve the key at the specified position. * * @SINCE_1_2.7 + * @param[in] position The specified position * @return A copy of the key at the specified position. * * @note Will assert if position >= Count() @@ -212,6 +213,7 @@ public: * @brief Retrieve the key & the value at the specified position. * * @SINCE_1_2.7 + * @param[in] position The specified position * @return A copy of the pair of key and value at the specified position. * * @note Will assert if position >= Count()