From e9b11c0533c568e5cd3351d2c2546181e7c04e80 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 3 Jun 2025 00:36:31 +0200 Subject: [PATCH] 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 --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5