From 346890c94646acb78728cf27d2bddb88f2434f81 Mon Sep 17 00:00:00 2001 From: kongr45gpen <electrovesta@gmail.com> Date: Thu, 14 Mar 2019 14:38:17 +0200 Subject: [PATCH] doxygen: Automatically generate summaries for functions Thanks @thodkatz for the suggestion! --- doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.conf b/doxygen.conf index 5e34231f..4dc3effc 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -187,7 +187,7 @@ SHORT_NAMES = NO # description.) # The default value is: NO. -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 comment as the brief description. If -- GitLab