diff options
author | Matthew Gregan <[email protected]> | 2014-11-28 15:56:44 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2014-11-28 15:56:57 +1300 |
commit | 14d97931da6435d10aa4dcb444896af0314372f4 (patch) | |
tree | b2c68ecd9c10906ae1cf1c8e88a9067b457e0071 /docs | |
parent | 2339a62d56fe2d29ed1ea624c36a93a1e424d2a9 (diff) | |
download | cubeb-14d97931da6435d10aa4dcb444896af0314372f4.tar.gz cubeb-14d97931da6435d10aa4dcb444896af0314372f4.zip |
clarify and clean up handling of optional functions in the API. fixes #46.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index a279233..e38c60c 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -9,5 +9,5 @@ QUIET = YES WARN_NO_PARAMDOC = YES INPUT = @top_srcdir@/include/cubeb EXCLUDE = @top_srcdir@/include/cubeb/cubeb-stdint.h +GENERATE_HTML = YES GENERATE_LATEX = NO - |