mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 19:53:10 +00:00
Doxygen comment tweaks.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396857 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user