1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

html: Fix htmlInitAutoClose documentation

This commit is contained in:
Nick Wellnhofer
2022-11-25 15:01:22 +01:00
parent c16fd705bb
commit e414f82585

View File

@ -1394,10 +1394,7 @@ static const elementPriority htmlEndPriority[] = {
/** /**
* htmlInitAutoClose: * htmlInitAutoClose:
* *
* DEPRECATED: This function will be made private. Call xmlInitParser to * DEPRECATED: This is a no-op.
* initialize the library.
*
* This is a no-op now.
*/ */
void void
htmlInitAutoClose(void) { htmlInitAutoClose(void) {