From e469df3ee94538688436bc1cf06e9bebef835ced Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 2 Dec 2010 19:44:30 +0000 Subject: [PATCH] doxygen now ignore .git subdirectories --- maintenance/Doxyfile | 2 +- maintenance/mwdocgen.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 66a89186e8..3d03765184 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -136,7 +136,7 @@ FILE_PATTERNS = *.c \ RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = YES -EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php StartProfiler.php .svn {{EXCLUDE}} +EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php StartProfiler.php .svn */.git/* {{EXCLUDE}} EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = NO diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php index c67c2ce391..aa5a7d2b6a 100644 --- a/maintenance/mwdocgen.php +++ b/maintenance/mwdocgen.php @@ -132,7 +132,7 @@ function getSvnRevision( $dir ) { * @param $svnstat String: path to the svnstat file * @param $input String: Path to analyze. * @param $exclude String: Additionals path regex to exlcude - * (LocalSettings.php, AdminSettings.php and .svn directories are always excluded) + * (LocalSettings.php, AdminSettings.php, .svn and .git directories are always excluded) */ function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude ) { -- 2.20.1