Preparation for minor version upgrade 36/82636/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 4 Aug 2016 15:34:45 +0000 (16:34 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 4 Aug 2016 15:34:45 +0000 (16:34 +0100)
Change-Id: I623a869b2bc1bbe5a687c438b4e41d9e4c524158

build/tizen/docs/dali.doxy.in
dali-toolkit/public-api/controls/control-impl.h
dali-toolkit/public-api/visuals/image-visual-properties.h

index d2e0cae..3653af7 100644 (file)
@@ -344,9 +344,11 @@ ALIASES += clip{3}="\dontinclude \1 \n \skip \2 \n \until \3"
 # For Open Source DALi API Reference
 ALIASES += SINCE_1_0="@since 1.0"
 ALIASES += SINCE_1_1="@since 1.1"
+ALIASES += SINCE_1_2="@since 1.2"
 
 ALIASES += DEPRECATED_1_0="@deprecated Deprecated since 1.0"
 ALIASES += DEPRECATED_1_1="@deprecated Deprecated since 1.1"
+ALIASES += DEPRECATED_1_2="@deprecated Deprecated since 1.2"
 
 ALIASES += PLATFORM=""
 ALIASES += PRIVLEVEL_PLATFORM=""
index e3d0676..8b24a6f 100644 (file)
@@ -296,7 +296,7 @@ protected: // For derived classes to call
    * In the case of the visual being an actor or control deeming controlRenderer not required then controlRenderer should be an empty handle.
    * No parenting is done during registration, this should be done by derived class.
    *
-   * @SINCE_1_1.46
+   * @SINCE_1_2.0
    *
    * @param[in] index The Property index of the visual, used to reference visual
    * @param[in] placementActor The actor used to by the visual.
@@ -308,7 +308,7 @@ protected: // For derived classes to call
     * @brief Erase the entry matching the given index from the list of registered visuals
     * @param[in] index The Property index of the visual, used to reference visual
     *
-    * @SINCE_1_1.46
+    * @SINCE_1_2.0
     */
    void UnregisterVisual( Property::Index index );
 
index b008dad..7d46ac7 100644 (file)
@@ -102,7 +102,7 @@ enum
   /**
    * @brief This enables Image visuals to automatically be converted to Batch-Image visuals.
    * @details Name "batchingEnabled", type Property::BOOLEAN.
-   * @SINCE_1_1.46
+   * @SINCE_1_2.0
    * @note Optional. For Image visuals only. Not to be used with NPatch or SVG images.
    */
   BATCHING_ENABLED,