Merge "Control property names in doxygen now match code" into devel/master
authorDavid Steele <david.steele@samsung.com>
Fri, 3 Feb 2017 15:11:05 +0000 (07:11 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 3 Feb 2017 15:11:06 +0000 (07:11 -0800)
dali-toolkit/public-api/controls/control.h

index c6e3b1d..e837858 100644 (file)
@@ -103,14 +103,14 @@ public:
       STYLE_NAME = PROPERTY_START_INDEX,
       /**
        * @DEPRECATED_1_1.3
-       * @brief name "background-color", mutually exclusive with BACKGROUND_IMAGE & BACKGROUND,  type Vector4
+       * @brief name "backgroundColor", mutually exclusive with BACKGROUND_IMAGE & BACKGROUND,  type Vector4
        * @SINCE_1_0.0
        * @see SetStyleName
        */
       BACKGROUND_COLOR,
       /**
        * @DEPRECATED_1_1.3
-       * @brief name "background-image", mutually exclusive with BACKGROUND_COLOR & BACKGROUND,  type Map
+       * @brief name "backgroundImage", mutually exclusive with BACKGROUND_COLOR & BACKGROUND,  type Map
        * @SINCE_1_0.0
        */
       BACKGROUND_IMAGE,