From 170baea1528ae8a9de05fd9b801f0a1c497903fe Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 2 Mar 2013 03:35:42 -0500 Subject: [PATCH] doc/web.cfg: only headers --- doc/web.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/web.cfg b/doc/web.cfg index 91529e12..3d53b8e7 100644 --- a/doc/web.cfg +++ b/doc/web.cfg @@ -38,7 +38,7 @@ PROJECT_NUMBER = "version 0.4.0alpha1" # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = user +OUTPUT_DIRECTORY = web # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -605,7 +605,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = *.c # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the @@ -1231,7 +1231,7 @@ INCLUDE_PATH = # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. -INCLUDE_FILE_PATTERNS = +INCLUDE_FILE_PATTERNS = *.h # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of -- 2.26.2