Module: vkd3d Branch: master Commit: b7480911a88a4d25e4a4d391fb0c71f1065e5337 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/b7480911a88a4d25e4a4d391fb0c71... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Mon Nov 13 13:45:13 2023 +0100 build: Make doxygen output slightly less verbose. 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. --- Doxyfile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doxyfile.in b/Doxyfile.in index a20e6f02..3ecad918 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -8,6 +8,9 @@ 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 \