From fe451eaa7d39a2fc4e61d9e1766831f224559f78 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Sat, 6 May 2017 19:18:01 -0400 Subject: [PATCH] Address #452. --- include/tidy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tidy.h b/include/tidy.h index d0e9ec2..a29e263 100644 --- a/include/tidy.h +++ b/include/tidy.h @@ -735,7 +735,7 @@ TIDY_EXPORT Bool TIDY_CALL tidyOptSetValue(TidyDoc tdoc, /**< The ** @result Returns a bool indicating success or failure. */ TIDY_EXPORT Bool TIDY_CALL tidyOptParseValue(TidyDoc tdoc, /**< The tidy document for which to set the value. */ - ctmbstr optnam, /**< The name of the option to set. */ + ctmbstr optnam, /**< The name of the option to set; this is the string value from the UI, e.g., `error-file`. */ ctmbstr val /**< The value to set, as a string. */ );