make doxygen build more silent

The buildoutput of doxygen often hides important build warnings and
errors behind a wall of text.
This commit is contained in:
Jörg Thalheim 2024-10-22 09:33:04 +02:00
parent 1ed166315c
commit 48a7ac23bc
2 changed files with 5 additions and 0 deletions

View file

@ -56,3 +56,5 @@ GENERATE_TREEVIEW = YES
OPTIMIZE_OUTPUT_FOR_C = YES
USE_MDFILE_AS_MAINPAGE = doc/external-api/README.md
QUIET = YES

View file

@ -97,3 +97,6 @@ EXPAND_AS_DEFINED = \
DECLARE_WORKER_SERIALISER \
DECLARE_SERVE_SERIALISER \
LENGTH_PREFIXED_PROTO_HELPER
WARN_IF_UNDOCUMENTED = NO
QUIET = YES