aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-04-18 16:45:57 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-04-18 16:45:57 +0000
commit4d6bc1884447a7e5b3c2def09bd307c96e44241e (patch)
treee56ea61b0cae32ed36fd2d8ff21a56a069c593a8 /include
parent7717914639ed8a186fe8b781c9c220594e8dcf30 (diff)
downloadclang-4d6bc1884447a7e5b3c2def09bd307c96e44241e.tar.gz
Adds a new doxygen tag needed. // rdar://12379053
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/AST/CommentCommands.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/CommentCommands.td b/include/clang/AST/CommentCommands.td
index 2ba6f2fb87..8c88494e9a 100644
--- a/include/clang/AST/CommentCommands.td
+++ b/include/clang/AST/CommentCommands.td
@@ -129,6 +129,7 @@ def Date : BlockCommand<"date">;
def Invariant : BlockCommand<"invariant">;
def Li : BlockCommand<"li">;
def Note : BlockCommand<"note">;
+def Par : BlockCommand<"par">;
def Post : BlockCommand<"post">;
def Pre : BlockCommand<"pre">;
def Remark : BlockCommand<"remark">;