From: Andre Noll Date: Fri, 16 May 2025 20:36:35 +0000 (+0200) Subject: doxygen: Don't show includes. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=756cd00252efde2ef3a3498b18798f6d12e2e08f;p=paraslash.git doxygen: Don't show includes. They use a lot of space and don't help much to understand the API or code. --- 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