mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 18:46:16 +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:
@@ -982,7 +982,10 @@ static void *db_sync_thread(void *data)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*! \internal \brief Clean up resources on Asterisk shutdown */
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Clean up resources on Asterisk shutdown
|
||||
*/
|
||||
static void astdb_atexit(void)
|
||||
{
|
||||
ast_cli_unregister_multiple(cli_database, ARRAY_LEN(cli_database));
|
||||
|
Reference in New Issue
Block a user