From d54dcda389bb01ae796d0d17e2b19063cd1a97c7 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Fri, 9 Jul 2021 15:33:31 -0400 Subject: [PATCH] Fixes #775. No version bump due to documentation only change. --- include/tidy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/tidy.h b/include/tidy.h index c8c77a3..71e62dc 100644 --- a/include/tidy.h +++ b/include/tidy.h @@ -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. */