Update doxygen commnets 99/130799/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 24 May 2017 04:44:35 +0000 (13:44 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 24 May 2017 04:46:26 +0000 (13:46 +0900)
- 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 <seoyeon2.kim@samsung.com>
dali/public-api/object/property-array.h
dali/public-api/object/property-map.h

index 050330c..3fbff39 100644 (file)
@@ -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 )
   {
index 59c02b0..aa7498d 100644 (file)
@@ -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()