]> granicus.if.org Git - clang/commitdiff
OMPScheduleClause::OMPScheduleClause(): Fix possible typos, s/\brief/\param/g. [...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Jun 2014 09:52:04 +0000 (09:52 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Jun 2014 09:52:04 +0000 (09:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211348 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/OpenMPClause.h

index a46c44a6eafed6e4c135368ce53ce94ff6ec9e8d..59c0e2b409992f729eb5cdec6cdf0cded5560f44 100644 (file)
@@ -553,13 +553,13 @@ public:
   /// \brief Build 'schedule' clause with schedule kind \a Kind and chunk size
   /// expression \a ChunkSize.
   ///
-  /// \brief StartLoc Starting location of the clause.
-  /// \brief LParenLoc Location of '('.
-  /// \brief KLoc Starting location of the argument.
-  /// \brief CommaLoc Location of ','.
-  /// \brief EndLoc Ending location of the clause.
-  /// \brief Kind Schedule kind.
-  /// \brief ChunkSize Chunk size.
+  /// \param StartLoc Starting location of the clause.
+  /// \param LParenLoc Location of '('.
+  /// \param KLoc Starting location of the argument.
+  /// \param CommaLoc Location of ','.
+  /// \param EndLoc Ending location of the clause.
+  /// \param Kind Schedule kind.
+  /// \param ChunkSize Chunk size.
   ///
   OMPScheduleClause(SourceLocation StartLoc, SourceLocation LParenLoc,
                     SourceLocation KLoc, SourceLocation CommaLoc,