We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2957cb1 commit 79f0d57Copy full SHA for 79f0d57
include/tidy.h
@@ -714,6 +714,9 @@ TIDY_EXPORT TidyOptionType TIDY_CALL tidyOptGetType( TidyOption opt );
714
715
/** Is Option read-only? Some options (mainly internal use only options) are
716
** read-only.
717
+ ** @deprecated This is no longer a valid test for the public API; instead
718
+ ** you should test an option's availability using `tidyOptGetCategory()`
719
+ ** against `TidyInternalCategory`. This API will be removed!
720
** @param opt An instance of a TidyOption to query.
721
** @result Returns `yes` or `no` depending on whether or not the specified
722
** option is read-only.
0 commit comments