1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +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:
*
* DEPRECATED: This function will be made private. Call xmlInitParser to
* initialize the library.
*
* This is a no-op now.
* DEPRECATED: This is a no-op.
*/
void
htmlInitAutoClose(void) {