forked from OSchip/llvm-project
Fix \param in r247251. [-Wdocumentation]
llvm-svn: 247392
This commit is contained in:
parent
ecc73e7806
commit
62f0eb53f1
|
@ -398,7 +398,7 @@ public:
|
|||
/// CapturedStruct.
|
||||
/// \param OutlinedFn Outlined function to be run in parallel threads. Type of
|
||||
/// this function is void(*)(kmp_int32 *, kmp_int32, struct context_vars*).
|
||||
/// \param CapturedStruct A pointer to the record with the references to
|
||||
/// \param CapturedVars A pointer to the record with the references to
|
||||
/// variables used in \a OutlinedFn function.
|
||||
/// \param IfCond Condition in the associated 'if' clause, if it was
|
||||
/// specified, nullptr otherwise.
|
||||
|
|
Loading…
Reference in New Issue