File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -481,16 +481,16 @@ TIDY_EXPORT void TIDY_CALL tidyGeneralInfo( TidyDoc tdoc );
481
481
482
482
483
483
/** Load an ASCII Tidy configuration file and set the configuration per its
484
- ** contents.
485
- ** @result Returns 0 upon success, or any other value if there was an error.
484
+ ** contents. Reports config option errors, which can be filtered.
485
+ ** @result Returns 0 upon success, or any other value if there was an option error.
486
486
*/
487
487
TIDY_EXPORT int TIDY_CALL tidyLoadConfig (TidyDoc tdoc , /**< The TidyDoc to which to apply the configuration. */
488
488
ctmbstr configFile /**< The complete path to the file to load. */
489
489
);
490
490
491
491
/** Load a Tidy configuration file with the specified character encoding, and
492
- ** set the configuration per its contents.
493
- ** @result Returns 0 upon success, or any other value if there was an error.
492
+ ** set the configuration per its contents. Reports config option errors, which can be filtered.
493
+ ** @result Returns 0 upon success, or any other value if there was an option error.
494
494
*/
495
495
TIDY_EXPORT int TIDY_CALL tidyLoadConfigEnc (TidyDoc tdoc , /**< The TidyDoc to which to apply the configuration. */
496
496
ctmbstr configFile , /**< The complete path to the file to load. */
You can’t perform that action at this time.
0 commit comments