From 1bfb00dabf83d8c8b95b7276b4c0ae3fd64832c8 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Wed, 17 Oct 2012 21:58:03 +0000 Subject: [Doc parsing]: This patch adds tag to XML comment for declarations which pretty-prints declaration. I had to XFAIL one test annotate-comments.cpp. This test is currently unmaintainable as written. Dmitri G., can you see what we can do about this test. We should change this test such that adding a new tag does not wreck havoc to the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166130 91177308-0d34-0410-b5e6-96231b3b80d8 --- bindings/xml/comment-xml-schema.rng | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'bindings/xml') diff --git a/bindings/xml/comment-xml-schema.rng b/bindings/xml/comment-xml-schema.rng index af1a3d8308..d98f405cf9 100644 --- a/bindings/xml/comment-xml-schema.rng +++ b/bindings/xml/comment-xml-schema.rng @@ -24,6 +24,9 @@ + + + @@ -70,6 +73,9 @@ + + + @@ -114,6 +120,9 @@ + + + @@ -143,6 +152,9 @@ + + + @@ -173,6 +185,9 @@ + + + @@ -203,6 +218,9 @@ + + + @@ -233,6 +251,9 @@ + + + @@ -301,6 +322,13 @@ + + + + + + + -- cgit v1.2.3