projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51da5dc
)
Update the doxygen comment
54/206454/1
author
Seoyeon Kim
<seoyeon2.kim@samsung.com>
Mon, 20 May 2019 04:46:11 +0000
(13:46 +0900)
committer
Seoyeon 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
patch
|
blob
|
history
diff --git
a/dali/public-api/object/property-key.h
b/dali/public-api/object/property-key.h
index
f8efea3
..
1feb441
100644
(file)
--- 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 );