diff options
Diffstat (limited to 'clang-tools-extra/clang-modernize/Core/Transform.h')
| -rw-r--r-- | clang-tools-extra/clang-modernize/Core/Transform.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-modernize/Core/Transform.h b/clang-tools-extra/clang-modernize/Core/Transform.h index 7c3be9d09f2..511a2bcd39e 100644 --- a/clang-tools-extra/clang-modernize/Core/Transform.h +++ b/clang-tools-extra/clang-modernize/Core/Transform.h @@ -95,7 +95,8 @@ public: /// \p SourcePaths. /// \param[in] SourcePaths list of sources to transform. /// - /// \returns \li 0 if successful + /// \returns \parblock + /// \li 0 if successful /// \li 1 otherwise virtual int apply(const clang::tooling::CompilationDatabase &Database, const std::vector<std::string> &SourcePaths) = 0; @@ -171,7 +172,8 @@ public: /// \brief Add a Replacement to the list for the current translation unit. /// - /// \returns \li true on success + /// \returns \parblock + /// \li true on success /// \li false if there is no current translation unit bool addReplacementForCurrentTU(const clang::tooling::Replacement &R); |

