doc/web.cfg: only headers
authorPaul Brossier <piem@piem.org>
Sat, 2 Mar 2013 08:35:42 +0000 (03:35 -0500)
committerPaul Brossier <piem@piem.org>
Sat, 2 Mar 2013 08:35:42 +0000 (03:35 -0500)
doc/web.cfg

index 91529e12c110de287cc779d12137e5300a1862ef..3d53b8e717b0413e105e5b01166064c3fe762b5a 100644 (file)
@@ -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