From 311347e5e9d9208e2d341b8f8aed37791a4de090 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Wed, 12 Dec 2012 10:36:18 -0500 Subject: Make the doc build quieter Don't print out every node processed (or not processed) in the doxygen-Sphinx bridge, nor print out a summary of how many types or functions were processed. While here, tell doxygen to be quiet in its output as well, and not print out each file that is generated. It still outputs warnings, though. ticket: 7495 (new) tags: pullup target_version: 1.11 --- src/doc/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/doc/Doxyfile.in b/src/doc/Doxyfile.in index d2b6b32a1..2082b6d3f 100644 --- a/src/doc/Doxyfile.in +++ b/src/doc/Doxyfile.in @@ -12,3 +12,4 @@ GENERATE_XML = YES PREDEFINED = KRB5_DEPRECATED KRB5_OLD_CRYPTO CLASS_DIAGRAMS = NO CASE_SENSE_NAMES = NO +QUIET = YES -- cgit