Skip to content

Commit

Permalink
Fix \param in r247251. [-Wdocumentation]
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247392 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Sep 11, 2015
1 parent 75f325d commit 5dce897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CodeGen/CGOpenMPRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ class CGOpenMPRuntime {
/// 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.
Expand Down

0 comments on commit 5dce897

Please sign in to comment.