diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-09-13 13:11:20 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-09-13 13:11:20 +0000 |
commit | 1824d54df85a462ada812dadda18130f951d40f3 (patch) | |
tree | 5e06f549da274ea2684f6be9cc1d184f34373c46 /include/clang/Rewrite/Core/Rewriter.h | |
parent | 30c8a1f79f6d0b61235f5c2762c9077af70d426d (diff) |
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
not what most people want -- it starts a new paragraph).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Rewrite/Core/Rewriter.h')
-rw-r--r-- | include/clang/Rewrite/Core/Rewriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Rewrite/Core/Rewriter.h b/include/clang/Rewrite/Core/Rewriter.h index 9498e174f3..a33ea134a7 100644 --- a/include/clang/Rewrite/Core/Rewriter.h +++ b/include/clang/Rewrite/Core/Rewriter.h @@ -183,7 +183,7 @@ public: /// location was not rewritable, false otherwise. /// /// \param indentNewLines if true new lines in the string are indented - /// using the indentation of the source line in position \arg Loc. + /// using the indentation of the source line in position \p Loc. bool InsertText(SourceLocation Loc, StringRef Str, bool InsertAfter = true, bool indentNewLines = false); |