1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-23 08:00:54 +00:00

Doxygen: Treat warnings as errors

Also set WARN_IF_UNDOCUMENTED = NO because even the API headers have
a few things that won't have their own docs.
This commit is contained in:
Lasse Collin 2025-04-22 16:21:50 +03:00
parent a6711d1c4a
commit ff96542d1c
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -19,6 +19,8 @@ RECURSIVE = YES
OPTIMIZE_OUTPUT_FOR_C = YES OPTIMIZE_OUTPUT_FOR_C = YES
EXTRACT_STATIC = YES EXTRACT_STATIC = YES
SORT_MEMBER_DOCS = NO SORT_MEMBER_DOCS = NO
WARN_IF_UNDOCUMENTED = NO
WARN_AS_ERROR = FAIL_ON_WARNINGS
SOURCE_TOOLTIPS = NO SOURCE_TOOLTIPS = NO
VERBATIM_HEADERS = NO VERBATIM_HEADERS = NO
ALPHABETICAL_INDEX = NO ALPHABETICAL_INDEX = NO