1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 19:01:16 +02:00

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