From e414f82585188e9779dd3e8b79389b8904b16e18 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Fri, 25 Nov 2022 15:01:22 +0100 Subject: [PATCH] html: Fix htmlInitAutoClose documentation --- HTMLparser.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/HTMLparser.c b/HTMLparser.c index eabd42bc..d9e6c087 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -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) {