mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
b7480911a8
There is perhaps a bit of a trade-off involved here, but with the current state of things it's fairly hard to notice unexpected issues in the output.
21 lines
668 B
Plaintext
21 lines
668 B
Plaintext
# Doxyfile 1.8.18
|
|
|
|
DOXYFILE_ENCODING = UTF-8
|
|
PROJECT_NAME = @PACKAGE_NAME@
|
|
PROJECT_NUMBER = @PACKAGE_VERSION@
|
|
PROJECT_BRIEF = "The vkd3d 3D Graphics Library"
|
|
OUTPUT_DIRECTORY = doc
|
|
JAVADOC_AUTOBRIEF = YES
|
|
OPTIMIZE_OUTPUT_FOR_C = YES
|
|
EXTRACT_STATIC = YES
|
|
QUIET = YES
|
|
WARN_IF_UNDOCUMENTED = NO
|
|
LATEX_BATCHMODE = YES
|
|
|
|
INPUT = @srcdir@/include/vkd3d.h \
|
|
@srcdir@/include/vkd3d_shader.h \
|
|
@srcdir@/include/vkd3d_types.h \
|
|
@srcdir@/include/vkd3d_utils.h
|
|
|
|
EXCLUDE_SYMBOLS = VKD3D_FORCE_32_BIT_ENUM
|