From: NAKAMURA Takumi Date: Fri, 27 May 2016 00:15:11 +0000 (+0000) Subject: OpenMPClause.h: Fix r270882. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=696cff03d220655d6f7d1395b2e6a5313c629ac3;p=clang OpenMPClause.h: Fix r270882. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270940 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/OpenMPClause.h b/include/clang/AST/OpenMPClause.h index 52eeaafaf4..ff605159f0 100644 --- a/include/clang/AST/OpenMPClause.h +++ b/include/clang/AST/OpenMPClause.h @@ -4077,8 +4077,8 @@ public: /// \brief Creates clause with a list of variables \a Vars. /// /// \param C AST context. - /// \brief StartLoc Starting location of the clause. - /// \brief EndLoc Ending location of the clause. + /// \param StartLoc Starting location of the clause. + /// \param EndLoc Ending location of the clause. /// \param Vars The original expression used in the clause. /// \param Declarations Declarations 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. /// /// \param C AST context. - /// \brief StartLoc Starting location of the clause. - /// \brief EndLoc Ending location of the clause. + /// \param StartLoc Starting location of the clause. + /// \param EndLoc Ending location of the clause. /// \param Vars The original expression used in the clause. /// \param Declarations Declarations used in the clause. /// \param ComponentLists Component lists used in the clause.