From fff2ceb08024f3bbf40f7d6aeff2df2799ac31aa Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Wed, 24 May 2017 13:44:35 +0900 Subject: [PATCH] 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 --- dali/public-api/object/property-array.h | 1 + dali/public-api/object/property-map.h | 2 ++ 2 files changed, 3 insertions(+) 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() -- 2.7.4