forked from OSchip/llvm-project
Comment to XML conversion: we try not to emit empty <Discussion> elements, but
it is not possible to guarantee that without duplicating logic or buffering <Discussion> element contents. So, allow empty <Discussion> elements in schema. llvm-svn: 163842
This commit is contained in:
parent
b9c5a60045
commit
0b1a96a876
|
@ -294,9 +294,9 @@
|
|||
|
||||
<define name="Discussion">
|
||||
<element name="Discussion">
|
||||
<oneOrMore>
|
||||
<zeroOrMore>
|
||||
<ref name="TextBlockContent" />
|
||||
</oneOrMore>
|
||||
</zeroOrMore>
|
||||
</element>
|
||||
</define>
|
||||
|
||||
|
|
Loading…
Reference in New Issue