From: Antoine Musso Date: Thu, 20 Jun 2013 18:19:35 +0000 (+0200) Subject: doc: sync with doxygen 1.7.6.1 X-Git-Tag: 1.31.0-rc.0~19385 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=7ff6d5720e148f2bdec4fc94f057339e2508c3a3;p=lhc%2Fweb%2Fwiklou.git doc: sync with doxygen 1.7.6.1 The Wikimedia CI server runs doxygen 1.7.6.1, this patch sync our configuration with that version. TCL_SUBST and LOOKUP_CACHE_SIZE have been added. IDL_PROPERTY_SUPPORT default value changed, unused by us though Change-Id: Ic43d99c4675eb8f1772a72a9b9bfaf16057e19f1 --- diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 90e4f7eb11..773504c586 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -1,5 +1,7 @@ -# Doxyfile 1.7.5.1 +# Doxyfile 1.7.6.1 +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for MediaWiki. # # Some placeholders have been added for MediaWiki usage: # {{OUTPUT_DIRECTORY}} @@ -64,6 +66,7 @@ ALIASES = "type{1}= \1 :" \ "copyright=\note" \ "license=\note" \ "codeCoverageIgnore=" +TCL_SUBST = OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO OPTIMIZE_FOR_FORTRAN = NO @@ -72,13 +75,14 @@ EXTENSION_MAPPING = BUILTIN_STL_SUPPORT = NO CPP_CLI_SUPPORT = NO SIP_SUPPORT = NO -IDL_PROPERTY_SUPPORT = NO +IDL_PROPERTY_SUPPORT = YES DISTRIBUTE_GROUP_DOC = YES SUBGROUPING = YES INLINE_GROUPED_CLASSES = NO INLINE_SIMPLE_STRUCTS = NO TYPEDEF_HIDES_STRUCT = NO SYMBOL_CACHE_SIZE = 0 +LOOKUP_CACHE_SIZE = 0 #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- @@ -217,7 +221,7 @@ HTML_STYLESHEET = HTML_EXTRA_FILES = HTML_COLORSTYLE_HUE = 220 HTML_COLORSTYLE_SAT = 100 -HTML_COLORSTYLE_GAMMA = 80 +HTML_COLORSTYLE_GAMMA = 80 HTML_TIMESTAMP = YES HTML_ALIGN_MEMBERS = YES HTML_DYNAMIC_SECTIONS = NO