summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-modernize/Core/IncludeDirectives.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-19 02:21:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-19 02:21:28 +0000
commite677e2f5451e6f0ff329a000d3ede8e4acfa5a5f (patch)
tree3c10741e5cbb86437086b838d17d5841a5994c11 /clang-tools-extra/clang-modernize/Core/IncludeDirectives.h
parent664798c034fb0ceb6ac1e5aba8138cce8dd701db (diff)
downloadbcm5719-llvm-e677e2f5451e6f0ff329a000d3ede8e4acfa5a5f.tar.gz
bcm5719-llvm-e677e2f5451e6f0ff329a000d3ede8e4acfa5a5f.zip
clang-tools-extra: Appease PR24881. [-Wdocumentation]
\returns doesn't accept \li, but \parblock \li. llvm-svn: 248080
Diffstat (limited to 'clang-tools-extra/clang-modernize/Core/IncludeDirectives.h')
-rw-r--r--clang-tools-extra/clang-modernize/Core/IncludeDirectives.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-modernize/Core/IncludeDirectives.h b/clang-tools-extra/clang-modernize/Core/IncludeDirectives.h
index b2dcbb46f79..577eccfe23b 100644
--- a/clang-tools-extra/clang-modernize/Core/IncludeDirectives.h
+++ b/clang-tools-extra/clang-modernize/Core/IncludeDirectives.h
@@ -41,7 +41,7 @@ public:
/// \param File A file accessible by a SourceManager
/// \param Include The include file as it should be written in the code.
///
- /// \returns
+ /// \returns \parblock
/// \li A null Replacement (check using \c Replacement::isApplicable()), if
/// the \c Include is already visible from \c File.
/// \li Otherwise, a non-null Replacement that, when applied, inserts an
OpenPOWER on IntegriCloud