<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Apr 8, 2013, at 11:53 , Fariborz Jahanian <<a href="mailto:fjahanian@apple.com">fjahanian@apple.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Author: fjahanian<br>Date: Mon Apr  8 13:53:25 2013<br>New Revision: 179039<br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=179039&view=rev">http://llvm.org/viewvc/llvm-project?rev=179039&view=rev</a><br>Log:<br>doce parsing: adding few more headerdoc tags.<br>//<span class="Apple-converted-space"> </span><a href="rdar://12379114">rdar://12379114</a><br><br>Modified:<br>   cfe/trunk/include/clang/AST/CommentCommands.td<br>   cfe/trunk/test/Index/comment-misc-tags.m<br><br>Modified: cfe/trunk/include/clang/AST/CommentCommands.td<br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CommentCommands.td?rev=179039&r1=179038&r2=179039&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CommentCommands.td?rev=179039&r1=179038&r2=179039&view=diff</a><br>==============================================================================<br>--- cfe/trunk/include/clang/AST/CommentCommands.td (original)<br>+++ cfe/trunk/include/clang/AST/CommentCommands.td Mon Apr  8 13:53:25 2013<br>@@ -152,6 +152,7 @@ def InstanceSize  : RecordLikeDetailComm<br>def Ownership     : RecordLikeDetailCommand<"ownership">;<br>def Performance   : RecordLikeDetailCommand<"performance">;<br>def Security      : RecordLikeDetailCommand<"security">;<br>+def Seealso       : BlockCommand<"seealso">;<br></div></blockquote><div><br></div><div>Typo: SeeAlso.</div><br><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">def SuperClass    : RecordLikeDetailCommand<"superclass">;<br><br>//===----------------------------------------------------------------------===//<br>@@ -177,6 +178,7 @@ defm FBrace   : VerbatimBlockCommand<"f{<br><br>// HeaderDoc commands<br>defm Textblock    : VerbatimBlockCommand<"textblock", "/textblock">;<br>+defm Link         : VerbatimBlockCommand<"link", "/link">;<br><br>//===----------------------------------------------------------------------===//<br>// VerbatimLineCommand<br><br>Modified: cfe/trunk/test/Index/comment-misc-tags.m<br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/comment-misc-tags.m?rev=179039&r1=179038&r2=179039&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/comment-misc-tags.m?rev=179039&r1=179038&r2=179039&view=diff</a><br>==============================================================================<br>--- cfe/trunk/test/Index/comment-misc-tags.m (original)<br>+++ cfe/trunk/test/Index/comment-misc-tags.m Mon Apr  8 13:53:25 2013<br>@@ -15,6 +15,9 @@<br>       Many1 discussions about text<br>       Many2 discussions about text<br>     @/textblock<br>+     @link //un_ref/c/func/function_name link text goes here @/link<br>+     @see  //un_ref/doc/uid/XX0000011 I/O Kit Fundamentals<br>+     @seealso //k_ref/doc/uid/XX30000905-CH204 Programming<br> */<br>@interface IOCommandGate<br>@end<br>@@ -32,3 +35,14 @@<br>// CHECK-NEXT:       (CXComment_VerbatimBlockLine Text=[       Many2 discussions about text]))<br>// CHECK-NEXT:       (CXComment_Paragraph IsWhitespace<br><br>+// CHECK:       (CXComment_VerbatimBlockCommand CommandName=[link]<br>+// CHECK-NEXT:     (CXComment_VerbatimBlockLine Text=[ //un_ref/c/func/function_name link text goes here ]))<br>+// CHECK-NEXT:     (CXComment_Paragraph IsWhitespace<br>+// CHECK-NEXT:     (CXComment_Text Text=[     ] IsWhitespace))<br>+// CHECK:       (CXComment_BlockCommand CommandName=[see]<br>+// CHECK-NEXT:     (CXComment_Paragraph<br>+// CHECK-NEXT:     (CXComment_Text Text=[  //un_ref/doc/uid/XX0000011 I/O Kit Fundamentals] HasTrailingNewline)<br>+// CHECK-NEXT:     (CXComment_Text Text=[     ] IsWhitespace)))<br>+// CHECK:       (CXComment_BlockCommand CommandName=[seealso]<br>+// CHECK-NEXT:     (CXComment_Paragraph<br>+// CHECK-NEXT:     (CXComment_Text Text=[ //k_ref/doc/uid/XX30000905-CH204 Programming] HasTrailingNewline)<br><br><br>_______________________________________________<br>cfe-commits mailing list<br><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a></div></blockquote></div><br></body></html>