mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +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:
@@ -1071,7 +1071,10 @@ static int format_list_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*! \internal \brief Clean up resources on Asterisk shutdown */
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Clean up resources on Asterisk shutdown
|
||||
*/
|
||||
static void format_list_shutdown(void)
|
||||
{
|
||||
ast_rwlock_destroy(&format_list_array_lock);
|
||||
@@ -1105,7 +1108,10 @@ init_list_cleanup:
|
||||
return -1;
|
||||
}
|
||||
|
||||
/*! \internal \brief Clean up resources on Asterisk shutdown */
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Clean up resources on Asterisk shutdown
|
||||
*/
|
||||
static void format_attr_shutdown(void)
|
||||
{
|
||||
ast_cli_unregister_multiple(my_clis, ARRAY_LEN(my_clis));
|
||||
|
Reference in New Issue
Block a user