[clang-tools-extra] r188368 - \param is not for referring to arguments.
Benjamin Kramer
benny.kra at googlemail.com
Wed Aug 14 03:21:47 PDT 2013
Author: d0k
Date: Wed Aug 14 05:21:47 2013
New Revision: 188368
URL: http://llvm.org/viewvc/llvm-project?rev=188368&view=rev
Log:
\param is not for referring to arguments.
Found by -Wdocumentation.
Modified:
clang-tools-extra/trunk/cpp11-migrate/Core/FileOverrides.h
Modified: clang-tools-extra/trunk/cpp11-migrate/Core/FileOverrides.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/cpp11-migrate/Core/FileOverrides.h?rev=188368&r1=188367&r2=188368&view=diff
==============================================================================
--- clang-tools-extra/trunk/cpp11-migrate/Core/FileOverrides.h (original)
+++ clang-tools-extra/trunk/cpp11-migrate/Core/FileOverrides.h Wed Aug 14 05:21:47 2013
@@ -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.
More information about the cfe-commits
mailing list