From: Michael Orlitzky Date: Thu, 16 Nov 2023 13:54:20 +0000 (-0500) Subject: src/svgtiny.c: update the docstring for svgtiny_parse_svg() X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=54b2bc03cdbcd24399d220a47065ea553d6dd082;p=libsvgtiny.git src/svgtiny.c: update the docstring for svgtiny_parse_svg() The svgtiny_parse_svg() function not only parses and elements; it also parses elements. --- diff --git a/src/svgtiny.c b/src/svgtiny.c index 74ce7eb..e80404a 100644 --- a/src/svgtiny.c +++ b/src/svgtiny.c @@ -950,7 +950,7 @@ svgtiny_code svgtiny_preparse_styles(dom_element *svg, } /** - * Parse a or element node. + * Parse , , and element nodes. */ svgtiny_code svgtiny_parse_svg(dom_element *svg,