build: Do not warn on incomplete documentation.

Some functions in vkd3d_utils.h are altered versions of Windows
functions, and only the vkd3d-specific parts need documentation.
This commit is contained in:
Elizabeth Figura 2024-09-04 18:29:26 -05:00 committed by Henri Verbeet
parent 127ae6cf12
commit 9fbf646748
Notes: Henri Verbeet 2024-09-11 15:33:13 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1040

View File

@ -10,6 +10,7 @@ OPTIMIZE_OUTPUT_FOR_C = YES
EXTRACT_STATIC = YES
QUIET = YES
WARN_IF_UNDOCUMENTED = NO
WARN_IF_INCOMPLETE_DOC = NO
LATEX_BATCHMODE = YES
INPUT = @srcdir@/include/vkd3d.h \