[SE] Docs use JAVADOC_AUTOBRIEF
authorJason Henline <jhen@google.com>
Thu, 1 Sep 2016 17:47:17 +0000 (17:47 +0000)
committerJason Henline <jhen@google.com>
Thu, 1 Sep 2016 17:47:17 +0000 (17:47 +0000)
That way we don't have to explicitly annotate each brief description as
\brief.

llvm-svn: 280384

parallel-libs/streamexecutor/Doxyfile.in

index abb5fcb..3b8bdda 100644 (file)
@@ -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