From 985fd55100c8e60768f31c38e03b4e0722eb33a4 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Fri, 9 Sep 2016 14:16:01 +0100 Subject: [PATCH] [3.0] Add alias for 1.2.5 APIs that need to be included in Tizen 3 Change-Id: Ifd092f492d5215539e31aa8e8dd5cf3edb168790 --- build/tizen/docs/dali.doxy.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/tizen/docs/dali.doxy.in b/build/tizen/docs/dali.doxy.in index 3f5b8a5..70d518e 100644 --- a/build/tizen/docs/dali.doxy.in +++ b/build/tizen/docs/dali.doxy.in @@ -348,6 +348,7 @@ ALIASES += SINCE_1_1="@since 1.1" # Extra tags for Tizen 3.0 ALIASES += SINCE_1_2_2="@since 1.2.2" ALIASES += SINCE_1_2_4="@since 1.2.4" +ALIASES += SINCE_1_2_5="@since 1.2.5" ALIASES += DEPRECATED_1_0="@deprecated Deprecated since 1.0" ALIASES += DEPRECATED_1_1="@deprecated Deprecated since 1.1" @@ -368,6 +369,7 @@ ALIASES += REMARK_INTERNET="" ## Extra tags for Tizen 3.0 #ALIASES += SINCE_1_2_2="\par Since:\n 3.0, DALi version 1.2.2" #ALIASES += SINCE_1_2_4="\par Since:\n 3.0, DALi version 1.2.4" +#ALIASES += SINCE_1_2_5="\par Since:\n 3.0, DALi version 1.2.5" ## DALi has no deprecated API in Tizen 2.4 because it's DALi's first release. ## Thus deprecated APIs in DALi 1.0.xx will be deprecated in Tizen 3.0. -- 2.7.4