[PATCH] D11281: Doxygen: Enable autobrief feature, matching llvm config/coding standards.
James Dennett
jdennett at google.com
Thu Jul 16 15:09:10 PDT 2015
jdennett created this revision.
jdennett added a subscriber: cfe-commits.
jdennett set the repository for this revision to rL LLVM.
This corresponds to the change made in r237417 - "Doxygen: Enable autobrief feature and update coding standards."
Repository:
rL LLVM
http://reviews.llvm.org/D11281
Files:
docs/doxygen.cfg.in
Index: docs/doxygen.cfg.in
===================================================================
--- docs/doxygen.cfg.in
+++ docs/doxygen.cfg.in
@@ -169,15 +169,15 @@
# 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
# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.
-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 /// comments) as
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11281.29952.patch
Type: text/x-patch
Size: 830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150716/d4f540c3/attachment.bin>
More information about the cfe-commits
mailing list