]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Doxgen: Do not omit brief descriptions.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jun 2025 22:36:31 +0000 (00:36 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 10 Jun 2025 13:25:47 +0000 (15:25 +0200)
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

index 71646e0ed76bd547ca16cdb9488569c854780269..f8183accdc16c7d34670efbc6d81450bdf46eb4c 100644 (file)
--- 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