From e47d3db365cb4051f04446fd03ed6846f9ee7fbd Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Fri, 16 Aug 2013 17:33:21 +0000 Subject: Doxygen comment tweaks. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396857 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/message.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'main/message.c') diff --git a/main/message.c b/main/message.c index bb98e24d9..132ef302a 100644 --- a/main/message.c +++ b/main/message.c @@ -1301,10 +1301,14 @@ void ast_msg_shutdown(void) } } -/*! \internal \brief Clean up other resources on Asterisk shutdown +/*! + * \internal + * \brief Clean up other resources on Asterisk shutdown + * * \note This does not include the msg_q_tp object, which must be disposed * of prior to Asterisk checking for channel destruction in its shutdown - * sequence. The atexit handlers are executed after this occurs. */ + * sequence. The atexit handlers are executed after this occurs. + */ static void message_shutdown(void) { ast_custom_function_unregister(&msg_function); -- cgit v1.2.3