Fix \param in r247251. [-Wdocumentation]

llvm-svn: 247392
This commit is contained in:
NAKAMURA Takumi 2015-09-11 08:13:32 +00:00
parent ecc73e7806
commit 62f0eb53f1
1 changed files with 1 additions and 1 deletions

View File

@ -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.