laforge submitted this change.
docs: Enable AUTOBRIEF feauture in doxygen
We have that enabled in libosmcore.git for ages, somehow we missed
it here, resulting in missing 'brief' descriptions in the output.
Change-Id: I751036baa9a2b30d94a2a302c7072a5487d2c26e
---
M Doxyfile.in
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/Doxyfile.in b/Doxyfile.in
index 3843f79..a7fe3ad 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -150,7 +150,7 @@
# comments will behave just like regular Qt-style comments
# (thus requiring an explicit @brief command for a brief description.)
-JAVADOC_AUTOBRIEF = NO
+JAVADOC_AUTOBRIEF = YES
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
# interpret the first line (until the first dot) of a Qt-style
@@ -158,7 +158,7 @@
# will behave just like regular Qt-style comments (thus requiring
# an explicit \brief command for a brief description.)
-QT_AUTOBRIEF = NO
+QT_AUTOBRIEF = YES
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
# treat a multi-line C++ special comment block (i.e. a block of //! or ///
To view, visit change 36290. To unsubscribe, or for help writing mail filters, visit settings.