Fix Wdocumentation warnings. NFCI.

llvm-svn: 374364
This commit is contained in:
Simon Pilgrim 2019-10-10 15:25:16 +00:00
parent 4513e93f9a
commit f7aee61be2
1 changed files with 2 additions and 2 deletions

View File

@ -712,8 +712,8 @@ struct AACallSiteReturnedFromReturned : public Base {
/// Base class is required to have `followUse` method. /// Base class is required to have `followUse` method.
/// bool followUse(Attributor &A, const Use *U, const Instruction *I) /// bool followUse(Attributor &A, const Use *U, const Instruction *I)
/// \param U Underlying use. /// U - Underlying use.
/// \param I The user of the \p U. /// I - The user of the \p U.
/// `followUse` returns true if the value should be tracked transitively. /// `followUse` returns true if the value should be tracked transitively.
template <typename AAType, typename Base, template <typename AAType, typename Base,