diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-04-06 10:49:02 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-04-06 10:49:02 +0000 |
| commit | 4e682348a2d408b48922d52fd0667f3343d8bd1c (patch) | |
| tree | c7bbbdab480e5e31e20ef275b1c01a409a89a2eb | |
| parent | f81c995dabfb0c6b53f34d5ccaafcac26c92ddaa (diff) | |
| download | bcm5719-llvm-4e682348a2d408b48922d52fd0667f3343d8bd1c.tar.gz bcm5719-llvm-4e682348a2d408b48922d52fd0667f3343d8bd1c.zip | |
Wdocumentation fix
llvm-svn: 299642
| -rw-r--r-- | clang-tools-extra/clang-rename/USRLocFinder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-rename/USRLocFinder.h b/clang-tools-extra/clang-rename/USRLocFinder.h index c528d41aeb0..d7778391c3a 100644 --- a/clang-tools-extra/clang-rename/USRLocFinder.h +++ b/clang-tools-extra/clang-rename/USRLocFinder.h @@ -29,9 +29,9 @@ namespace rename { /// Create atomic changes for renaming all symbol references which are /// identified by the USRs set to a given new name. /// -/// \param USRs: The set containing USRs of a particular old symbol. -/// \param NewName: The new name to replace old symbol name. -/// \param TranslationUnitDecl: The translation unit declaration. +/// \param USRs The set containing USRs of a particular old symbol. +/// \param NewName The new name to replace old symbol name. +/// \param TranslationUnitDecl The translation unit declaration. /// /// \return Atomic changes for renaming. std::vector<tooling::AtomicChange> |

