diff options
Diffstat (limited to 'clang/bindings/xml/comment-xml-schema.rng')
-rw-r--r-- | clang/bindings/xml/comment-xml-schema.rng | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/bindings/xml/comment-xml-schema.rng b/clang/bindings/xml/comment-xml-schema.rng index a8913a360b7..29a91bf674f 100644 --- a/clang/bindings/xml/comment-xml-schema.rng +++ b/clang/bindings/xml/comment-xml-schema.rng @@ -580,6 +580,12 @@ </data> </element> <element name="rawHTML"> + <optional> + <!-- If not specified, the default value is 'false'. --> + <attribute name="isSafeToPassThrough"> + <data type="boolean" /> + </attribute> + </optional> <!-- Non-empty text content. --> <data type="string"> <param name="pattern">.*\S.*</param> |