summaryrefslogtreecommitdiff
path: root/HTMLparser.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-08-25 20:57:30 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-08-25 21:04:57 +0200
commit58fc89e8a9b3da060481880fc66bb7a7c92eb80d (patch)
treed20736bb2a1af07ddbdfb0d26b5bdb3b41a2135b /HTMLparser.c
parenta308c0cdf74de1ee446c2bab1ff752f554b8669d (diff)
downloadlibxml2-58fc89e8a9b3da060481880fc66bb7a7c92eb80d.tar.gz
Deprecate internal parser functions
Diffstat (limited to 'HTMLparser.c')
-rw-r--r--HTMLparser.c6
1 files changed, 6 insertions, 0 deletions
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
*