Updated documentation for doxygen. No version bump.

This commit is contained in:
Jim Derry 2017-10-19 20:27:12 -04:00
parent 492c9fb74b
commit 7e53038fa8

View file

@ -205,6 +205,7 @@ void TY_(FreeMutedMessageList)( TidyDocImpl* doc );
/** Adds a new message ID to the list of muted messages. /** Adds a new message ID to the list of muted messages.
** @param doc The Tidy document. ** @param doc The Tidy document.
** @param opt The option that is defining the muted message.
** @param name The message code as a string. ** @param name The message code as a string.
*/ */
void TY_(DefineMutedMessage)( TidyDocImpl* doc, const TidyOptionImpl* opt, ctmbstr name ); void TY_(DefineMutedMessage)( TidyDocImpl* doc, const TidyOptionImpl* opt, ctmbstr name );