mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Add XML_DEPRECATED to ignored keywords
Fixes the API documentation generator.
This commit is contained in:
parent
4a8c71eb7c
commit
d4f90698f4
@ -81,6 +81,7 @@ ignored_words = {
|
||||
"LIBXML_ATTR_FORMAT": (5, "macro for gcc printf args checking extension"),
|
||||
"LIBXML_ATTR_ALLOC_SIZE": (3, "macro for gcc checking extension"),
|
||||
"ATTRIBUTE_NO_SANITIZE": (3, "macro keyword"),
|
||||
"XML_DEPRECATED": (0, "macro keyword"),
|
||||
}
|
||||
|
||||
def escape(raw):
|
||||
|
Loading…
x
Reference in New Issue
Block a user