Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Henline <jhen@google.com>2016-09-01 20:47:17 +0300
committerJason Henline <jhen@google.com>2016-09-01 20:47:17 +0300
commita8a7fb95efa62c1d83634d42500b1adbf6001c60 (patch)
tree571efdc7829e8b19b38d04a1a5fa7d684a914c0e /parallel-libs
parentf309bfc5f9017aec4ab707755ff9c4bcfea3a404 (diff)
[SE] Docs use JAVADOC_AUTOBRIEF
That way we don't have to explicitly annotate each brief description as \brief. llvm-svn: 280384
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 abb5fcb961b6..3b8bddac1e4e 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