From 8643f64232f52ca16cbbe57d96869760ad93d436 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 22 Jul 2015 12:38:10 +0000 Subject: [PATCH] StmtOpenMP.h: Fix a couple of \param(s) in r242785. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242898 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/StmtOpenMP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/clang/AST/StmtOpenMP.h b/include/clang/AST/StmtOpenMP.h index 9630c1f7ac..bc30a0e280 100644 --- a/include/clang/AST/StmtOpenMP.h +++ b/include/clang/AST/StmtOpenMP.h @@ -1813,7 +1813,7 @@ class OMPTargetDataDirective : public OMPExecutableDirective { /// /// \param StartLoc Starting location of the directive kind. /// \param EndLoc Ending Location of the directive. - /// \param N The number of clauses. + /// \param NumClauses The number of clauses. /// OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses) @@ -1823,7 +1823,7 @@ class OMPTargetDataDirective : public OMPExecutableDirective { /// \brief Build an empty directive. /// - /// \param N Number of clauses. + /// \param NumClauses Number of clauses. /// explicit OMPTargetDataDirective(unsigned NumClauses) : OMPExecutableDirective(this, OMPTargetDataDirectiveClass, -- 2.40.0