From 756cd00252efde2ef3a3498b18798f6d12e2e08f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 16 May 2025 22:36:35 +0200 Subject: [PATCH] doxygen: Don't show includes. They use a lot of space and don't help much to understand the API or code. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 58e80239..72339e7a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -566,7 +566,7 @@ HIDE_COMPOUND_REFERENCE= NO # the files that are included by a file in the documentation of that file. # The default value is: YES. -SHOW_INCLUDE_FILES = YES +SHOW_INCLUDE_FILES = NO # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each # grouped member an include statement to the documentation, telling the reader -- 2.39.5