]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
doxyen: Completely suppress brief descriptions.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 21 May 2025 18:03:54 +0000 (20:03 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 22 May 2025 15:09:40 +0000 (17:09 +0200)
This shortens the doxygen pages, removing lots of pointless duplications.

Doxyfile

index 72339e7a762436e24a0edfd61bfe33ce13f1b051..71646e0ed76bd547ca16cdb9488569c854780269 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -106,7 +106,7 @@ OUTPUT_TEXT_DIRECTION  = None
 # documentation (similar to Javadoc). Set to NO to disable this.
 # The default value is: YES.
 
-BRIEF_MEMBER_DESC      = YES
+BRIEF_MEMBER_DESC      = NO
 
 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
 # description of a member or function before the detailed description
@@ -115,7 +115,7 @@ BRIEF_MEMBER_DESC      = YES
 # brief descriptions will be completely suppressed.
 # The default value is: YES.
 
-REPEAT_BRIEF           = YES
+REPEAT_BRIEF           = NO
 
 # This tag implements a quasi-intelligent brief description abbreviator that is
 # used to form the text in various listings. Each string in this list, if found