diff options
author | Matthew Gregan <[email protected]> | 2014-10-01 17:53:53 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2014-10-01 17:53:53 +1300 |
commit | d07574062a41096cd79dc06ae90cf78072e595ec (patch) | |
tree | cc267ec3263ad40d6bbf44b0e24d84aa1424a744 /docs | |
parent | 8948986e9c8d1e1988e67d2819492a52b719b13a (diff) | |
download | cubeb-d07574062a41096cd79dc06ae90cf78072e595ec.tar.gz cubeb-d07574062a41096cd79dc06ae90cf78072e595ec.zip |
Documentation clean up.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 91ea99b..a279233 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -8,5 +8,6 @@ SORT_MEMBER_DOCS = NO QUIET = YES WARN_NO_PARAMDOC = YES INPUT = @top_srcdir@/include/cubeb +EXCLUDE = @top_srcdir@/include/cubeb/cubeb-stdint.h GENERATE_LATEX = NO |