Skip to content

Commit fe451ea

Browse files
committed
Address #452.
1 parent fd2400d commit fe451ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tidy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ TIDY_EXPORT Bool TIDY_CALL tidyOptSetValue(TidyDoc tdoc, /**< The
735735
** @result Returns a bool indicating success or failure.
736736
*/
737737
TIDY_EXPORT Bool TIDY_CALL tidyOptParseValue(TidyDoc tdoc, /**< The tidy document for which to set the value. */
738-
ctmbstr optnam, /**< The name of the option to set. */
738+
ctmbstr optnam, /**< The name of the option to set; this is the string value from the UI, e.g., `error-file`. */
739739
ctmbstr val /**< The value to set, as a string. */
740740
);
741741

0 commit comments

Comments
 (0)