aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentCommands.td
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-04-08 18:53:25 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-04-08 18:53:25 +0000
commitcac9ee0b129b8d8d4088ecf5068202886850aa2c (patch)
tree3ddadee076bb3c139d7f69961e8b130888a4a57e /include/clang/AST/CommentCommands.td
parent6f96f4b2b2b24f187f6e8402a260de0c27dd37e9 (diff)
doce parsing: adding few more headerdoc tags.
// rdar://12379114 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/CommentCommands.td')
-rw-r--r--include/clang/AST/CommentCommands.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/AST/CommentCommands.td b/include/clang/AST/CommentCommands.td
index e6ff2a4da2..02c6eeb46e 100644
--- a/include/clang/AST/CommentCommands.td
+++ b/include/clang/AST/CommentCommands.td
@@ -152,6 +152,7 @@ def InstanceSize : RecordLikeDetailCommand<"instancesize">;
def Ownership : RecordLikeDetailCommand<"ownership">;
def Performance : RecordLikeDetailCommand<"performance">;
def Security : RecordLikeDetailCommand<"security">;
+def Seealso : BlockCommand<"seealso">;
def SuperClass : RecordLikeDetailCommand<"superclass">;
//===----------------------------------------------------------------------===//
@@ -177,6 +178,7 @@ defm FBrace : VerbatimBlockCommand<"f{", "f}">; // LaTeX environment
// HeaderDoc commands
defm Textblock : VerbatimBlockCommand<"textblock", "/textblock">;
+defm Link : VerbatimBlockCommand<"link", "/link">;
//===----------------------------------------------------------------------===//
// VerbatimLineCommand