From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- maintenance/Doxyfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'maintenance/Doxyfile') diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index e3ba4e5a..e6862acd 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -62,7 +62,8 @@ ALIASES = "type{1}= \1 :" \ "protected=\access protected" \ "public=\access public" \ "copyright=\note" \ - "license=\note" + "license=\note" \ + "codeCoverageIgnore=" OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO OPTIMIZE_FOR_FORTRAN = NO @@ -171,7 +172,9 @@ FILE_PATTERNS = *.c \ *.PHP5 \ *.M \ *.MM \ - *.PY + *.PY \ + *.txt \ + README RECURSIVE = YES EXCLUDE_SYMLINKS = YES EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php StartProfiler.php .svn */.git/* {{EXCLUDE_PATTERNS}} -- cgit v1.2.3-54-g00ecf