Control property names in doxygen now match code 65/112965/2
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 3 Feb 2017 11:49:06 +0000 (11:49 +0000)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 3 Feb 2017 11:50:07 +0000 (03:50 -0800)
Change-Id: Ic3b28377d1927e7c8b10b48e670f8294ca385fb4

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,