summaryrefslogtreecommitdiff
path: root/doc/reference.doxygen.in
diff options
context:
space:
mode:
authortorben <torben@0c269be4-1314-0410-8aa9-9f06e86f4224>2009-02-18 12:56:37 +0000
committertorben <torben@0c269be4-1314-0410-8aa9-9f06e86f4224>2009-02-18 12:56:37 +0000
commit2f82779765408933d170f961d9a8a98c6d092e39 (patch)
tree8d63e73b42eaaa7e56e268a9ac158685fcd8dfed /doc/reference.doxygen.in
parent93cec3f0f72757939b3528c6590f50a526b4f0c7 (diff)
downloadjack1-2f82779765408933d170f961d9a8a98c6d092e39.tar.gz
Fix doxygen confusion with POST_PACKED_STRUCTURE
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3323 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r--doc/reference.doxygen.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index de6ed72..b000062 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -612,7 +612,7 @@ IMAGE_PATH = .
# to standard output. If FILTER_PATTERNS is specified, this tag will be
# ignored.
-INPUT_FILTER =
+INPUT_FILTER = "sed -e s/POST_PACKED_STRUCTURE//"
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the
@@ -627,7 +627,7 @@ FILTER_PATTERNS =
# INPUT_FILTER) will be used to filter the input files when producing source
# files to browse (i.e. when SOURCE_BROWSER is set to YES).
-FILTER_SOURCE_FILES = NO
+FILTER_SOURCE_FILES = YES
#---------------------------------------------------------------------------
# configuration options related to source browsing