summaryrefslogtreecommitdiff
path: root/parallel-libs
diff options
context:
space:
mode:
authorJason Henline <jhen@google.com>2016-09-01 17:47:17 +0000
committerJason Henline <jhen@google.com>2016-09-01 17:47:17 +0000
commit363fc0de985c05b10aaacdfc07f4db8950bd7b8d (patch)
tree06e07671375a71d163162005a87ff554f95cc264 /parallel-libs
parent7707333887075e60d27b6c8d5e62458946712010 (diff)
[SE] Docs use JAVADOC_AUTOBRIEF
That way we don't have to explicitly annotate each brief description as \brief.
Diffstat (limited to 'parallel-libs')
-rw-r--r--parallel-libs/streamexecutor/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/parallel-libs/streamexecutor/Doxyfile.in b/parallel-libs/streamexecutor/Doxyfile.in
index abb5fcb961b..3b8bddac1e4 100644
--- a/parallel-libs/streamexecutor/Doxyfile.in
+++ b/parallel-libs/streamexecutor/Doxyfile.in
@@ -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