From 942edca5460d5ae9b83b6899c644ad3e60412a42 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Thu, 5 Oct 2017 11:35:07 -0400 Subject: [PATCH] doxygen: enable autobrief Enable an usefull option to make easier documentation writting. Change-Id: I7d0ea254a913dab09548f17167d432d75de901e4 Reviewed-by: Olivier Soldano <olivier.soldano@savoirfairelinux.com> --- doc/doxygen/core-doc.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/core-doc.cfg.in b/doc/doxygen/core-doc.cfg.in index 9b6969cf27..72b2eaa2cc 100644 --- a/doc/doxygen/core-doc.cfg.in +++ b/doc/doxygen/core-doc.cfg.in @@ -150,7 +150,7 @@ SHORT_NAMES = NO # 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 -- GitLab