mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +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
|
return 1
|
||||||
if name == "xmlSchemaFreeValidCtxt":
|
if name == "xmlSchemaFreeValidCtxt":
|
||||||
return 1
|
return 1
|
||||||
|
if name[0:5] == "__xml":
|
||||||
|
return 1
|
||||||
|
|
||||||
#
|
#
|
||||||
# Those are skipped because the Const version is used of the bindings
|
# Those are skipped because the Const version is used of the bindings
|
||||||
|
Reference in New Issue
Block a user