Update the doxygen comment 54/206454/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 20 May 2019 04:46:11 +0000 (13:46 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 20 May 2019 04:46:50 +0000 (13:46 +0900)
- Return type of member Dali::Property::operator== is not documented.

Change-Id: Ic8f3b0180ebc59eafe9a3679d7bf2a945823aa96
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/public-api/object/property-key.h

index f8efea3..1feb441 100644 (file)
@@ -90,6 +90,7 @@ struct DALI_CORE_API Property::Key
    * @SINCE_1_4.16
    *
    * @param[in] key The string key as a const char *
+   * @return true if the key compares, or false if it isn't equal or of the wrong type
    */
   bool operator== ( const char * key );