forked from OSchip/llvm-project
\param is not for referring to arguments.
Found by -Wdocumentation. llvm-svn: 188368
This commit is contained in:
parent
2de93afee3
commit
262b338519
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue