Skip to content

Commit 91e34b9

Browse files
committed
Revert "Use doxygen autobriefs"
Perhaps I'm just too used to javadoc. Mateo wants autobriefs off, and I guess I can see how they're not that useful with the relatively self-explanatory functions provided in the toolchain. This reverts commit 7b3b0d5.
1 parent 401e514 commit 91e34b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/doxygen/config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@ SHORT_NAMES = NO
190190
# description.)
191191
# The default value is: NO.
192192

193-
JAVADOC_AUTOBRIEF = YES
193+
JAVADOC_AUTOBRIEF = NO
194194

195195
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
196196
# line (until the first dot) of a Qt-style comment as the brief description. If
197197
# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
198198
# requiring an explicit \brief command for a brief description.)
199199
# The default value is: NO.
200200

201-
QT_AUTOBRIEF = YES
201+
QT_AUTOBRIEF = NO
202202

203203
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
204204
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
@@ -210,7 +210,7 @@ QT_AUTOBRIEF = YES
210210
# not recognized any more.
211211
# The default value is: NO.
212212

213-
MULTILINE_CPP_IS_BRIEF = YES
213+
MULTILINE_CPP_IS_BRIEF = NO
214214

215215
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
216216
# documentation from any documented member that it re-implements.

0 commit comments

Comments
 (0)