X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=build%2Ftizen%2Fdocs%2Fdali.doxy.in;h=27a21bcf7c053d475fd555df35f7a6dead79ad14;hp=2124ce70ad99d74e8f4a6e00b0a43f26f4a4ab18;hb=308b052c3e02a912b3b7a59d2710a7047622aad0;hpb=f8274b4cc66b8780fb17b663c8096e997663e269 diff --git a/build/tizen/docs/dali.doxy.in b/build/tizen/docs/dali.doxy.in index 2124ce7..27a21bc 100644 --- a/build/tizen/docs/dali.doxy.in +++ b/build/tizen/docs/dali.doxy.in @@ -356,6 +356,7 @@ ALIASES += SINCE_1_2="@since 1.2" ALIASES += SINCE_1_3="@since 1.3" ALIASES += SINCE_1_4="@since 1.4" ALIASES += SINCE_1_9="@since 1.9" +ALIASES += SINCE_2_0="@since 2.0" # Extra tags for Tizen 3.0 ALIASES += SINCE_1_2_2="@since 1.2.2" @@ -383,6 +384,7 @@ ALIASES += DEPRECATED_1_3="@deprecated Deprecated since 1.3" ALIASES += DEPRECATED_1_3_39="@deprecated Deprecated since 1.3.39" ALIASES += DEPRECATED_1_3_51="@deprecated Deprecated since 1.3.51" ALIASES += DEPRECATED_1_4="@deprecated Deprecated since 1.4" +ALIASES += DEPRECATED_2_0="@deprecated Deprecated since 2.0" ALIASES += PLATFORM="" ALIASES += PRIVLEVEL_PLATFORM="" @@ -402,6 +404,7 @@ ALIASES += REMARK_RAWVIDEO="" #ALIASES += SINCE_1_3="\par Since:\n 5.0, DALi version 1.3" #ALIASES += SINCE_1_4="\par Since:\n 5.5, DALi version 1.4" #ALIASES += SINCE_1_9="\par Since:\n 6.0, DALi version 1.9" +#ALIASES += SINCE_2_0="\par Since:\n 6.0, DALi version 2.0" ## Extra tags for Tizen 3.0 #ALIASES += SINCE_1_2_2="\par Since:\n 3.0, DALi version 1.2.2" @@ -431,6 +434,7 @@ ALIASES += REMARK_RAWVIDEO="" #ALIASES += DEPRECATED_1_3_39="@deprecated Deprecated since 5.5, DALi version 1.3.39" #ALIASES += DEPRECATED_1_3_51="@deprecated Deprecated since 5.5, DALi version 1.3.51" #ALIASES += DEPRECATED_1_4="@deprecated Deprecated since 5.5, DALi version 1.4" +#ALIASES += DEPRECATED_2_0="@deprecated Deprecated since 5.5, DALi version 2.0" #ALIASES += PLATFORM="@platform" #ALIASES += PRIVLEVEL_PLATFORM="\par Privilege Level:\n platform" @@ -991,6 +995,7 @@ INPUT = @DOXYGEN_DOCS_DIR@/content \ @prefix@/include/dali/devel-api \ ../../../dali-toolkit/public-api \ ../../../dali-toolkit/devel-api \ + ../../../dali-scene-loader/public-api \ ../../../automated-tests/README.md # This tag can be used to specify the character encoding of the source files @@ -2262,14 +2267,11 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = DALI_TOOLKIT_API \ +PREDEFINED = DALI_CORE_API \ + DALI_ADAPTOR_API \ + DALI_TOOLKIT_API \ + DALI_SCENE_LOADER_API \ DALI_INTERNAL \ - __attribute__ \ - ((visibility \ - "(default )))" \ - __attribute__ \ - ((visibility \ - "(hidden )))" # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The @@ -2340,7 +2342,7 @@ EXTERNAL_PAGES = YES # interpreter (i.e. the result of 'which perl'). # The default file (with absolute path) is: /usr/bin/perl. -PERL_PATH = /usr/bin/perl +#PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool @@ -2362,7 +2364,7 @@ CLASS_DIAGRAMS = YES # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. -MSCGEN_PATH = +#MSCGEN_PATH = # You can include diagrams made with dia in doxygen documentation. Doxygen will # then run dia to produce the diagram and insert it in the documentation. The