OpenMPClause.h: Fix r270882. [-Wdocumentation]

llvm-svn: 270940
This commit is contained in:
NAKAMURA Takumi 2016-05-27 00:15:11 +00:00
parent 1cf8f5937a
commit 2e20c81353
1 changed files with 4 additions and 4 deletions

View File

@ -4077,8 +4077,8 @@ public:
/// \brief Creates clause with a list of variables \a Vars. /// \brief Creates clause with a list of variables \a Vars.
/// ///
/// \param C AST context. /// \param C AST context.
/// \brief StartLoc Starting location of the clause. /// \param StartLoc Starting location of the clause.
/// \brief EndLoc Ending location of the clause. /// \param EndLoc Ending location of the clause.
/// \param Vars The original expression used in the clause. /// \param Vars The original expression used in the clause.
/// \param Declarations Declarations used in the clause. /// \param Declarations Declarations used in the clause.
/// \param ComponentLists Component lists used in the clause. /// \param ComponentLists Component lists used in the clause.
@ -4181,8 +4181,8 @@ public:
/// \brief Creates clause with a list of variables \a Vars. /// \brief Creates clause with a list of variables \a Vars.
/// ///
/// \param C AST context. /// \param C AST context.
/// \brief StartLoc Starting location of the clause. /// \param StartLoc Starting location of the clause.
/// \brief EndLoc Ending location of the clause. /// \param EndLoc Ending location of the clause.
/// \param Vars The original expression used in the clause. /// \param Vars The original expression used in the clause.
/// \param Declarations Declarations used in the clause. /// \param Declarations Declarations used in the clause.
/// \param ComponentLists Component lists used in the clause. /// \param ComponentLists Component lists used in the clause.