Skip to content

Commit d54dcda

Browse files
committed
Fixes #775. No version bump due to documentation only change.
1 parent 1dc6275 commit d54dcda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/tidy.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,8 @@ TIDY_EXPORT Bool TIDY_CALL tidyNodeHasText(TidyDoc tdoc, /**< The document to qu
19161916
TidyNode tnod /**< The node to query. */
19171917
);
19181918

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

0 commit comments

Comments
 (0)