comparison src/opusfile-0.9/doc/Doxyfile.in @ 154:4664ac0c1032

Add Opus sources and macOS builds
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 23 Jan 2019 13:48:08 +0000
parents
children
comparison
equal deleted inserted replaced
153:84bc3a5ec321 154:4664ac0c1032
1 # Process with doxygen to generate API documentation
2
3 PROJECT_NAME = @PACKAGE_NAME@
4 PROJECT_NUMBER = @PACKAGE_VERSION@
5 PROJECT_BRIEF = "Stand-alone decoder library for .opus files."
6 INPUT = @top_srcdir@/include/opusfile.h
7 OPTIMIZE_OUTPUT_FOR_C = YES
8
9 QUIET = YES
10 WARNINGS = YES
11 WARN_IF_UNDOCUMENTED = YES
12 WARN_IF_DOC_ERROR = YES
13 WARN_NO_PARAMDOC = YES
14
15 JAVADOC_AUTOBRIEF = YES
16 SORT_MEMBER_DOCS = NO
17
18 HAVE_DOT = @HAVE_DOT@
19
20 PROJECT_LOGO = @top_srcdir@/doc/opus_logo.svg