From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- maintenance/Doxyfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'maintenance/Doxyfile') diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 3d037651..7d7849c8 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -113,7 +113,7 @@ FILE_PATTERNS = *.c \ *.odl \ *.cs \ *.php \ - *.php3 \ + *.php5 \ *.inc \ *.m \ *.mm \ @@ -129,14 +129,14 @@ FILE_PATTERNS = *.c \ *.H++ \ *.CS \ *.PHP \ - *.PHP3 \ + *.PHP5 \ *.M \ *.MM \ *.PY RECURSIVE = YES -EXCLUDE = +EXCLUDE = {{EXCLUDE}} EXCLUDE_SYMLINKS = YES -EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php StartProfiler.php .svn */.git/* {{EXCLUDE}} +EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php StartProfiler.php .svn */.git/* {{EXCLUDE_PATTERNS}} EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = NO @@ -255,7 +255,7 @@ PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- CLASS_DIAGRAMS = NO HIDE_UNDOC_RELATIONS = YES -HAVE_DOT = NO +HAVE_DOT = {{HAVE_DOT}} CLASS_GRAPH = YES COLLABORATION_GRAPH = YES GROUP_GRAPHS = YES @@ -264,6 +264,7 @@ TEMPLATE_RELATIONS = NO INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES CALL_GRAPH = YES +CALLER_GRAPH = YES GRAPHICAL_HIERARCHY = YES DIRECTORY_GRAPH = YES DOT_IMAGE_FORMAT = png -- cgit v1.2.3-54-g00ecf