shithub: aubio

Download patch

ref: 170baea1528ae8a9de05fd9b801f0a1c497903fe
parent: b4fac43fb720b25676d4bdfb7cce4e7ecb395d90
author: Paul Brossier <piem@piem.org>
date: Fri Mar 1 22:35:42 EST 2013

doc/web.cfg: only headers

--- a/doc/web.cfg
+++ b/doc/web.cfg
@@ -38,7 +38,7 @@
 # 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 @@
 # 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 @@
 # 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