diff options
Diffstat (limited to 'clang-tools-extra/clang-modernize/Core/IncludeDirectives.h')
| -rw-r--r-- | clang-tools-extra/clang-modernize/Core/IncludeDirectives.h | 2 |
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 |

