Revert "[Tizen] Update doxygen commnets" 66/131766/1
authorJinho, Lee <jeano.lee@samsung.com>
Tue, 30 May 2017 07:14:51 +0000 (16:14 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Tue, 30 May 2017 07:14:57 +0000 (16:14 +0900)
This reverts commit e057de80cd4561c267752583c56587b47b8e6852.

Change-Id: I6d6cd3a32618d592de5cd94fa951b48c2a9b0e83

dali/public-api/object/property-array.h
dali/public-api/object/property-map.h

index 3fbff39..050330c 100644 (file)
@@ -134,7 +134,6 @@ 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 aa7498d..59c02b0 100644 (file)
@@ -189,7 +189,6 @@ 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()
@@ -213,7 +212,6 @@ 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()