From 64a142f902f3ff0b8df29ceb349db217b8e17fb6 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 20 May 2019 13:46:11 +0900 Subject: [PATCH] Update the doxygen comment - Return type of member Dali::Property::operator== is not documented. Change-Id: Ic8f3b0180ebc59eafe9a3679d7bf2a945823aa96 Signed-off-by: Seoyeon Kim --- dali/public-api/object/property-key.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dali/public-api/object/property-key.h b/dali/public-api/object/property-key.h index f8efea3..1feb441 100644 --- a/dali/public-api/object/property-key.h +++ b/dali/public-api/object/property-key.h @@ -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 ); -- 2.7.4