From: Andre Noll Date: Wed, 21 May 2025 18:03:54 +0000 (+0200) Subject: doxyen: Completely suppress brief descriptions. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=3107d2411a7a8f4085d0db65851483f2cb3c4f6e;p=paraslash.git doxyen: Completely suppress brief descriptions. This shortens the doxygen pages, removing lots of pointless duplications. --- diff --git a/Doxyfile b/Doxyfile index 72339e7a..71646e0e 100644 --- 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