X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fdocs%2Fdali.doxy.in;h=4d281e5ff9f7b867394116048336b379d9f7f82f;hb=HEAD;hp=921ee6ea0cb86e3f0361309fc0c79f79ab5eaba1;hpb=89641815d206e3bf569f0140ea534146ba8d99c7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/build/tizen/docs/dali.doxy.in b/build/tizen/docs/dali.doxy.in index 921ee6e..4d281e5 100644 --- a/build/tizen/docs/dali.doxy.in +++ b/build/tizen/docs/dali.doxy.in @@ -1,9 +1,6 @@ -# Doxyfile 1.8.11 -# Note : If you want to upgrade Doxyfile into 1.9.1 -# Find "###1.9.1###" and remove these comments. -# For example, -# ###1.9.1###PYTHON_DOCSTRING = YES --> -# PYTHON_DOCSTRING = YES +# Doxyfile @DOXYGEN_VERSION@ +# Note : Some option need to be blocked if version is lower than 1.9.1. +# See how "DOXYGEN_VERSION_LESS_1_9_1_BLOCKED" defined in CMakeList.txt. # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. @@ -238,7 +235,7 @@ MULTILINE_CPP_IS_BRIEF = NO # documentation blocks is shown as doxygen documentation. # The default value is: YES. -###1.9.1###PYTHON_DOCSTRING = YES +@DOXYGEN_VERSION_LESS_1_9_1_BLOCKED@ PYTHON_DOCSTRING = YES # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the # documentation from any documented member that it re-implements. @@ -395,6 +392,7 @@ ALIASES += SINCE_1_9="@since 1.9" ALIASES += SINCE_2_0="@since 2.0" ALIASES += SINCE_2_1="@since 2.1" ALIASES += SINCE_2_2="@since 2.2" +ALIASES += SINCE_2_3="@since 2.3" # Extra tags for Tizen 3.0 ALIASES += SINCE_1_2_2="@since 1.2.2" @@ -425,6 +423,7 @@ ALIASES += DEPRECATED_1_4="@deprecated Deprecated since 1.4" ALIASES += DEPRECATED_2_0="@deprecated Deprecated since 2.0" ALIASES += DEPRECATED_2_1="@deprecated Deprecated since 2.1" ALIASES += DEPRECATED_2_2="@deprecated Deprecated since 2.2" +ALIASES += DEPRECATED_2_3="@deprecated Deprecated since 2.3" ALIASES += PLATFORM="" ALIASES += PRIVLEVEL_PLATFORM="" @@ -446,7 +445,8 @@ ALIASES += REMARK_RAWVIDEO="" #ALIASES += SINCE_1_9="\par Since:\n 6.0, DALi version 1.9" #ALIASES += SINCE_2_0="\par Since:\n 6.5, DALi version 2.0" #ALIASES += SINCE_2_1="\par Since:\n 7.0, DALi version 2.1" -#ALIASES += SINCE_2_2="\par Since:\n 7.5, DALi version 2.2" +#ALIASES += SINCE_2_2="\par Since:\n 8.0, DALi version 2.2" +#ALIASES += SINCE_2_3="\par Since:\n 9.0, DALi version 2.3" ## Extra tags for Tizen 3.0 #ALIASES += SINCE_1_2_2="\par Since:\n 3.0, DALi version 1.2.2" @@ -478,7 +478,8 @@ ALIASES += REMARK_RAWVIDEO="" #ALIASES += DEPRECATED_1_4="@deprecated Deprecated since 5.5, DALi version 1.4" #ALIASES += DEPRECATED_2_0="@deprecated Deprecated since 6.5, DALi version 2.0" #ALIASES += DEPRECATED_2_1="@deprecated Deprecated since 7.0, DALi version 2.1" -#ALIASES += DEPRECATED_2_2="@deprecated Deprecated since 7.5, DALi version 2.2" +#ALIASES += DEPRECATED_2_2="@deprecated Deprecated since 8.0, DALi version 2.2" +#ALIASES += DEPRECATED_2_3="@deprecated Deprecated since 9.0, DALi version 2.3" #ALIASES += PLATFORM="@platform" #ALIASES += PRIVLEVEL_PLATFORM="\par Privilege Level:\n platform" @@ -690,7 +691,7 @@ LOOKUP_CACHE_SIZE = 0 # DOT_NUM_THREADS setting. # Minimum value: 0, maximum value: 32, default value: 1. -###1.9.1###NUM_PROC_THREADS = 1 +@DOXYGEN_VERSION_LESS_1_9_1_BLOCKED@ NUM_PROC_THREADS = 1 #--------------------------------------------------------------------------- # Build related configuration options @@ -760,7 +761,7 @@ EXTRACT_ANON_NSPACES = NO # parameters remain unnamed in the output. # The default value is: YES. -###1.9.1###RESOLVE_UNNAMED_PARAMS = YES +@DOXYGEN_VERSION_LESS_1_9_1_BLOCKED@ RESOLVE_UNNAMED_PARAMS = YES # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all # undocumented members inside documented classes or files. If set to NO these @@ -1353,7 +1354,7 @@ CLANG_ASSISTED_PARSING = NO # YES then doxygen will add the directory of each input to the include path. # The default value is: YES. -###1.9.1###CLANG_ADD_INC_PATHS = YES +@DOXYGEN_VERSION_LESS_1_9_1_BLOCKED@ CLANG_ADD_INC_PATHS = YES # If clang assisted parsing is enabled you can provide the compiler with command # line options that you would normally use when invoking the compiler. Note that @@ -1806,7 +1807,7 @@ EXT_LINKS_IN_WINDOW = NO # The default value is: png. # This tag requires that the tag GENERATE_HTML is set to YES. -###1.9.1###HTML_FORMULA_FORMAT = png +@DOXYGEN_VERSION_LESS_1_9_1_BLOCKED@ HTML_FORMULA_FORMAT = png # Use this tag to change the font size of LaTeX formulas included as images in # the HTML documentation. When you change the font size after a successful @@ -2639,7 +2640,7 @@ UML_LIMIT_NUM_FIELDS = 10 # The default value is: NO. # This tag requires that the tag UML_LOOK is set to YES. -###1.9.1###DOT_UML_DETAILS = NO +@DOXYGEN_VERSION_LESS_1_9_1_BLOCKED@ DOT_UML_DETAILS = NO # The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters # to display on a single line. If the actual line length exceeds this threshold @@ -2648,7 +2649,7 @@ UML_LIMIT_NUM_FIELDS = 10 # Minimum value: 0, maximum value: 1000, default value: 17. # This tag requires that the tag HAVE_DOT is set to YES. -###1.9.1###DOT_WRAP_THRESHOLD = 17 +@DOXYGEN_VERSION_LESS_1_9_1_BLOCKED@ DOT_WRAP_THRESHOLD = 17 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and # collaboration graphs will show the relations between templates and their