From 7e53038fa876dbfd073edb9307bfd30f1d158192 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Thu, 19 Oct 2017 20:27:12 -0400 Subject: [PATCH] Updated documentation for doxygen. No version bump. --- src/message.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/message.h b/src/message.h index c5191cf..84a21ec 100644 --- a/src/message.h +++ b/src/message.h @@ -205,6 +205,7 @@ void TY_(FreeMutedMessageList)( TidyDocImpl* doc ); /** Adds a new message ID to the list of muted messages. ** @param doc The Tidy document. + ** @param opt The option that is defining the muted message. ** @param name The message code as a string. */ void TY_(DefineMutedMessage)( TidyDocImpl* doc, const TidyOptionImpl* opt, ctmbstr name );