Fixes #775. No version bump due to documentation only change.

This commit is contained in:
Jim Derry 2021-07-09 15:33:31 -04:00
parent 1dc6275512
commit d54dcda389

View file

@ -1916,7 +1916,8 @@ TIDY_EXPORT Bool TIDY_CALL tidyNodeHasText(TidyDoc tdoc, /**< The document to qu
TidyNode tnod /**< The node to query. */
);
/** Gets the text of a node and places it into the given TidyBuffer.
/** Gets the text of a node and places it into the given TidyBuffer. The text will be terminated with a `TidyNewline`.
** If you want the raw utf-8 stream see `tidyNodeGetValue()`.
** @result Returns a bool indicating success or not.
*/
TIDY_EXPORT Bool TIDY_CALL tidyNodeGetText(TidyDoc tdoc, /**< The document to query. */