summaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorclaude-bot <[email protected]>2026-07-13 12:40:01 +0000
committerclaude-bot <[email protected]>2026-07-13 12:40:01 +0000
commit02fe7437413eaaf7cee46e5a1862c1fc7ac0dbba (patch)
tree50a2f61b89ee66f9ff58b7b9167a8e5232e19e3c /doc/Doxyfile.in
downloadopusfile-master.tar.gz
opusfile-master.zip
Import xiph/opusfile @ 4174c26e0aaab19d01afdea0a46f7f95fdc6b3e6HEADmaster
Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/xiph/opusfile (4174c26e0aaab19d01afdea0a46f7f95fdc6b3e6).
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
new file mode 100644
index 0000000..d0b229c
--- /dev/null
+++ b/doc/Doxyfile.in
@@ -0,0 +1,22 @@
+# Process with doxygen to generate API documentation
+
+PROJECT_NAME = @PACKAGE_NAME@
+PROJECT_NUMBER = @PACKAGE_VERSION@
+PROJECT_BRIEF = "Stand-alone decoder library for .opus files."
+INPUT = @top_srcdir@/include/opusfile.h
+OPTIMIZE_OUTPUT_FOR_C = YES
+
+QUIET = YES
+WARNINGS = YES
+WARN_IF_UNDOCUMENTED = YES
+WARN_IF_DOC_ERROR = YES
+WARN_NO_PARAMDOC = YES
+
+JAVADOC_AUTOBRIEF = YES
+SORT_MEMBER_DOCS = NO
+
+HAVE_DOT = @HAVE_DOT@
+
+PROJECT_LOGO = @top_srcdir@/doc/opus_logo.svg
+
+FULL_PATH_NAMES = NO