From 58fc89e8a9b3da060481880fc66bb7a7c92eb80d Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 25 Aug 2022 20:57:30 +0200 Subject: Deprecate internal parser functions --- HTMLparser.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'HTMLparser.c') diff --git a/HTMLparser.c b/HTMLparser.c index eae6524f..4efa7b00 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -2865,6 +2865,8 @@ htmlParseHTMLAttribute(htmlParserCtxtPtr ctxt, const xmlChar stop) { * @ctxt: an HTML parser context * @str: location to store the entity name * + * DEPRECATED: Internal function, don't use. + * * parse an HTML ENTITY references * * [68] EntityRef ::= '&' Name ';' @@ -3573,6 +3575,8 @@ unfinished: * htmlParseCharRef: * @ctxt: an HTML parser context * + * DEPRECATED: Internal function, don't use. + * * parse Reference declarations * * [66] CharRef ::= '&#' [0-9]+ ';' | @@ -4470,6 +4474,8 @@ htmlParseContent(htmlParserCtxtPtr ctxt) { * htmlParseElement: * @ctxt: an HTML parser context * + * DEPRECATED: Internal function, don't use. + * * parse an HTML element, this is highly recursive * this is kept for compatibility with previous code versions * -- cgit v1.2.1