Is #752 - Slightly enhance the API doxy docs

This commit is contained in:
Geoff McLane 2018-09-04 20:21:48 +02:00
parent 4ba6106057
commit 840b3f9c1e

View file

@ -481,16 +481,16 @@ TIDY_EXPORT void TIDY_CALL tidyGeneralInfo( TidyDoc tdoc );
/** Load an ASCII Tidy configuration file and set the configuration per its /** Load an ASCII Tidy configuration file and set the configuration per its
** contents. ** contents. Reports config option errors, which can be filtered.
** @result Returns 0 upon success, or any other value if there was an error. ** @result Returns 0 upon success, or any other value if there was an option error.
*/ */
TIDY_EXPORT int TIDY_CALL tidyLoadConfig(TidyDoc tdoc, /**< The TidyDoc to which to apply the configuration. */ TIDY_EXPORT int TIDY_CALL tidyLoadConfig(TidyDoc tdoc, /**< The TidyDoc to which to apply the configuration. */
ctmbstr configFile /**< The complete path to the file to load. */ ctmbstr configFile /**< The complete path to the file to load. */
); );
/** Load a Tidy configuration file with the specified character encoding, and /** Load a Tidy configuration file with the specified character encoding, and
** set the configuration per its contents. ** set the configuration per its contents. Reports config option errors, which can be filtered.
** @result Returns 0 upon success, or any other value if there was an error. ** @result Returns 0 upon success, or any other value if there was an option error.
*/ */
TIDY_EXPORT int TIDY_CALL tidyLoadConfigEnc(TidyDoc tdoc, /**< The TidyDoc to which to apply the configuration. */ TIDY_EXPORT int TIDY_CALL tidyLoadConfigEnc(TidyDoc tdoc, /**< The TidyDoc to which to apply the configuration. */
ctmbstr configFile, /**< The complete path to the file to load. */ ctmbstr configFile, /**< The complete path to the file to load. */