diff options
| author | Jason Henline <jhen@google.com> | 2016-09-01 17:47:17 +0000 | 
|---|---|---|
| committer | Jason Henline <jhen@google.com> | 2016-09-01 17:47:17 +0000 | 
| commit | a8a7fb95efa62c1d83634d42500b1adbf6001c60 (patch) | |
| tree | 571efdc7829e8b19b38d04a1a5fa7d684a914c0e /parallel-libs | |
| parent | f309bfc5f9017aec4ab707755ff9c4bcfea3a404 (diff) | |
| download | bcm5719-llvm-a8a7fb95efa62c1d83634d42500b1adbf6001c60.tar.gz bcm5719-llvm-a8a7fb95efa62c1d83634d42500b1adbf6001c60.zip  | |
[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.in | 2 | 
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  | 

