]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
doxygen: Don't show includes.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 16 May 2025 20:36:35 +0000 (22:36 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 17 May 2025 19:25:41 +0000 (21:25 +0200)
They use a lot of space and don't help much to understand the API or code.

Doxyfile

index 58e8023973d510edbe95c74148b55b5ce6aa1796..72339e7a762436e24a0edfd61bfe33ce13f1b051 100644 (file)
--- 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