[Parallel_libs-commits] [parallel-libs] r280384 - [SE] Docs use JAVADOC_AUTOBRIEF

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Thu Sep 1 10:47:17 PDT 2016


Author: jhen
Date: Thu Sep  1 12:47:17 2016
New Revision: 280384

URL: http://llvm.org/viewvc/llvm-project?rev=280384&view=rev
Log:
[SE] Docs use JAVADOC_AUTOBRIEF

That way we don't have to explicitly annotate each brief description as
\brief.

Modified:
    parallel-libs/trunk/streamexecutor/Doxyfile.in

Modified: parallel-libs/trunk/streamexecutor/Doxyfile.in
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/streamexecutor/Doxyfile.in?rev=280384&r1=280383&r2=280384&view=diff
==============================================================================
--- parallel-libs/trunk/streamexecutor/Doxyfile.in (original)
+++ parallel-libs/trunk/streamexecutor/Doxyfile.in Thu Sep  1 12:47:17 2016
@@ -169,7 +169,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




More information about the Parallel_libs-commits mailing list