mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-02 20:42:30 +03:00
python: Skip __xml thread-local accessors
So we can remove conditional directives for Doxygen.
This commit is contained in:
@ -742,6 +742,8 @@ def skip_function(name):
|
||||
return 1
|
||||
if name == "xmlSchemaFreeValidCtxt":
|
||||
return 1
|
||||
if name[0:5] == "__xml":
|
||||
return 1
|
||||
|
||||
#
|
||||
# Those are skipped because the Const version is used of the bindings
|
||||
|
Reference in New Issue
Block a user