From fa77dd5414410bbb026b7a799999802eda671186 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Mon, 21 Dec 2015 22:18:54 +0100 Subject: [PATCH] Enabled ALWAYS_DETAILED_SEC in Doxyfile --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 0a0b8e8a..0b6a1a5b 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -135,7 +135,7 @@ ABBREVIATE_BRIEF = "The $name class" \ # description. # The default value is: NO. -ALWAYS_DETAILED_SEC = NO +ALWAYS_DETAILED_SEC = YES # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those