X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FDoxyfile;h=ffc8c3b01be1bec887c1c4152ded5845e77c7f7e;hb=5094448eeff35cced5209398f8d111cb00f45296;hp=e3ba4e5a1d15678757ec740f47a8b9e084e9b843;hpb=d29e334c638a21ed7084b9240a216b7a30e853c3;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index e3ba4e5a1d..ffc8c3b01b 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}} @@ -44,7 +46,7 @@ QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO INHERIT_DOCS = YES SEPARATE_MEMBER_PAGES = NO -TAB_SIZE = 8 +TAB_SIZE = 4 ALIASES = "type{1}= \1 :" \ "types{2}= \1 or \2 :" \ "types{3}= \1 , \2 , or \3 :" \ @@ -62,7 +64,9 @@ ALIASES = "type{1}= \1 :" \ "protected=\access protected" \ "public=\access public" \ "copyright=\note" \ - "license=\note" + "license=\note" \ + "codeCoverageIgnore=" +TCL_SUBST = OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO OPTIMIZE_FOR_FORTRAN = NO @@ -71,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 = 1 #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- @@ -171,8 +176,11 @@ FILE_PATTERNS = *.c \ *.PHP5 \ *.M \ *.MM \ - *.PY + *.PY \ + *.txt \ + README RECURSIVE = YES +EXCLUDE = {{EXCLUDE}} EXCLUDE_SYMLINKS = YES EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php StartProfiler.php .svn */.git/* {{EXCLUDE_PATTERNS}} EXCLUDE_SYMBOLS = @@ -213,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 @@ -355,7 +363,7 @@ MSCFILE_DIRS = DOT_GRAPH_MAX_NODES = 50 MAX_DOT_GRAPH_DEPTH = 1000 DOT_TRANSPARENT = NO -DOT_MULTI_TARGETS = NO +DOT_MULTI_TARGETS = YES GENERATE_LEGEND = YES DOT_CLEANUP = YES