view src/opusfile-0.9/doc/Doxyfile.in @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 7aeed7906520
children
line wrap: on
line source
# 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