From 3107d2411a7a8f4085d0db65851483f2cb3c4f6e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 21 May 2025 20:03:54 +0200 Subject: [PATCH] doxyen: Completely suppress brief descriptions. This shortens the doxygen pages, removing lots of pointless duplications. --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5