[clang-tools-extra] r299642 - Wdocumentation fix
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 6 03:49:02 PDT 2017
Author: rksimon
Date: Thu Apr 6 05:49:02 2017
New Revision: 299642
URL: http://llvm.org/viewvc/llvm-project?rev=299642&view=rev
Log:
Wdocumentation fix
Modified:
clang-tools-extra/trunk/clang-rename/USRLocFinder.h
Modified: clang-tools-extra/trunk/clang-rename/USRLocFinder.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-rename/USRLocFinder.h?rev=299642&r1=299641&r2=299642&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-rename/USRLocFinder.h (original)
+++ clang-tools-extra/trunk/clang-rename/USRLocFinder.h Thu Apr 6 05:49:02 2017
@@ -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>
More information about the cfe-commits
mailing list