From: Andre Noll Date: Mon, 2 Jun 2025 22:36:31 +0000 (+0200) Subject: Doxgen: Do not omit brief descriptions. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=e9b11c0533c568e5cd3351d2c2546181e7c04e80;p=paraslash.git Doxgen: Do not omit brief descriptions. Commit 3107d2411a7a was a bit overzealous because with BRIEF_MEMBER_DESC and REPEAT_BRIEF both set to NO the short text does not even make it into the detailed description. This was unintended, so partially revert this change. Fixes: 3107d2411a7a8f4085d0db65851483f2cb3c4f6e --- diff --git a/Doxyfile b/Doxyfile index 71646e0e..f8183acc 100644 --- a/Doxyfile +++ b/Doxyfile @@ -115,7 +115,7 @@ BRIEF_MEMBER_DESC = NO # brief descriptions will be completely suppressed. # The default value is: YES. -REPEAT_BRIEF = NO +REPEAT_BRIEF = YES # 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