\param is not for referring to arguments.

Found by -Wdocumentation.

llvm-svn: 188368
This commit is contained in:
Benjamin Kramer 2013-08-14 10:21:47 +00:00
parent 2de93afee3
commit 262b338519
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public:
/// \brief Getter for Changes.
const ChangedRanges &getChanges() const { return Changes; }
/// \brief Swaps the content of ContentOverride with \param S
/// \brief Swaps the content of ContentOverride with \p S.
void swapContentOverride(std::string &S) { ContentOverride.swap(S); }
/// \brief Getter for HeaderChangeDoc.