Wdocumentation fix

llvm-svn: 299642
This commit is contained in:
Simon Pilgrim 2017-04-06 10:49:02 +00:00
parent f81c995dab
commit 4e682348a2
1 changed files with 3 additions and 3 deletions

View File

@ -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>