From 5974415053403b1c60a23118bf33d4a371f7cfde Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 1 Aug 2010 12:28:09 +0000 Subject: [PATCH] Also exclude StartProfiler.php --- maintenance/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index db737bff9d..f361138daa 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -135,7 +135,7 @@ FILE_PATTERNS = *.c \ RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = YES -EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php .svn {{EXCLUDE}} +EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php StartProfiler.php .svn {{EXCLUDE}} EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = NO -- 2.20.1