Documentation cleanup: fix \params to match the code.

llvm-svn: 158506
This commit is contained in:
James Dennett 2012-06-15 08:35:42 +00:00
parent a70437956d
commit 804664c82d
1 changed files with 3 additions and 3 deletions

View File

@ -123,11 +123,11 @@ public:
/// Warn when a protected operation occurs while the specific mutex protecting /// Warn when a protected operation occurs while the specific mutex protecting
/// the operation is not locked. /// the operation is not locked.
/// \param LockName -- A StringRef name for the lock expression, to be printed
/// in the error message.
/// \param D -- The decl for the protected variable or function /// \param D -- The decl for the protected variable or function
/// \param POK -- The kind of protected operation (e.g. variable access) /// \param POK -- The kind of protected operation (e.g. variable access)
/// \param AK -- The kind of access (i.e. read or write) that occurred /// \param LockName -- A StringRef name for the lock expression, to be printed
/// in the error message.
/// \param LK -- The kind of access (i.e. read or write) that occurred
/// \param Loc -- The location of the protected operation. /// \param Loc -- The location of the protected operation.
virtual void handleMutexNotHeld(const NamedDecl *D, virtual void handleMutexNotHeld(const NamedDecl *D,
ProtectedOperationKind POK, Name LockName, ProtectedOperationKind POK, Name LockName,