main: Fix for Doxygen.

ASTERISK-29763

Change-Id: Ib8359e3590a9109eb04a5376559d040e5e21867e
This commit is contained in:
Alexander Traud
2021-11-19 16:47:25 +01:00
committed by Friendly Automation
parent cc025026b7
commit 9440f6ec58
129 changed files with 1138 additions and 1573 deletions

View File

@@ -99,7 +99,7 @@
* and reported back.
*
* - Extension states
* \arg \ref AstENUM ast_extension_states
* \arg \ref ast_extension_states "AstENUM"
* \arg \ref pbx.c
* \arg \ref pbx.h
* - Structures
@@ -781,8 +781,6 @@ static const char *device_state_get_id(struct stasis_message *message)
*
* \param cache_topic Caching topic the aggregate message may be published over.
* \param aggregate The aggregate shapshot message to publish.
*
* \return Nothing
*/
static void device_state_aggregate_publish(struct stasis_topic *cache_topic, struct stasis_message *aggregate)
{