mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-27 21:49:23 +03:00
Add XML_DEPRECATED to ignored keywords
Fixes the API documentation generator.
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user