mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-02 20:42:30 +03:00
html: Deprecate AutoClose API
This commit is contained in:
@ -290,9 +290,11 @@ skip_impl = (
|
||||
)
|
||||
|
||||
deprecated_funcs = {
|
||||
'htmlAutoCloseTag': True,
|
||||
'htmlDefaultSAXHandlerInit': True,
|
||||
'htmlHandleOmittedElem': True,
|
||||
'htmlInitAutoClose': True,
|
||||
'htmlIsAutoClosed': True,
|
||||
'htmlParseCharRef': True,
|
||||
'htmlParseElement': True,
|
||||
'namePop': True,
|
||||
|
Reference in New Issue
Block a user