From 2b7d36ceef29ade10ddd2dd67541000c4470e73f Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 20 Jan 2007 14:45:18 +0000 Subject: [PATCH] * SECURITY: dont source the settings file * Enable man pages generation --- maintenance/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 06f2c09629..5707a9cb07 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -133,7 +133,7 @@ FILE_PATTERNS = *.c \ RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = NO @@ -204,7 +204,7 @@ RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- -GENERATE_MAN = NO +GENERATE_MAN = YES MAN_OUTPUT = man MAN_EXTENSION = .3 MAN_LINKS = NO -- 2.20.1