]> granicus.if.org Git - clang/commitdiff
OpenMPClause.h: Fix r270882. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 27 May 2016 00:15:11 +0000 (00:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 27 May 2016 00:15:11 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270940 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/OpenMPClause.h

index 52eeaafaf434ea6b043db70baa6f28a47c3a2d36..ff605159f01abfbf3e6f1cc0ab483b87f535377f 100644 (file)
@@ -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.