From c672763af85368f36138a8a2b3c0e60537845c20 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Tue, 8 Jun 2010 14:38:18 +0000 Subject: Fix some doxygen warnings. (closes issue #17336) Reported by: snuffy Patches: doxygen-fixes1.diff uploaded by snuffy (license 35) Tested by: russell git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@268969 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/smdi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asterisk/smdi.h') diff --git a/include/asterisk/smdi.h b/include/asterisk/smdi.h index 9d80c9071..090470d4a 100644 --- a/include/asterisk/smdi.h +++ b/include/asterisk/smdi.h @@ -122,7 +122,7 @@ AST_OPTIONAL_API(struct ast_smdi_md_message *, ast_smdi_md_message_wait, /*! * \brief Put an SMDI message back in the front of the queue. * \param iface a pointer to the interface to use. - * \param md_msg a pointer to the message to use. + * \param msg a pointer to the message to use. * * This function puts a message back in the front of the specified queue. It * should be used if a message was popped but is not going to be processed for @@ -169,7 +169,7 @@ AST_OPTIONAL_API(struct ast_smdi_mwi_message *, ast_smdi_mwi_message_wait_statio /*! * \brief Put an SMDI message back in the front of the queue. * \param iface a pointer to the interface to use. - * \param mwi_msg a pointer to the message to use. + * \param msg a pointer to the message to use. * * This function puts a message back in the front of the specified queue. It * should be used if a message was popped but is not going to be processed for -- cgit v1.2.3