mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
res: Fix for Doxygen.
These are the remaining issues found in /res. ASTERISK-29761 Change-Id: I572e6019c422780dde5ce8448b6c85c77af6046d
This commit is contained in:
committed by
Friendly Automation
parent
3162f6dfdd
commit
14736ae6d4
@@ -49,9 +49,6 @@ static struct stasis_message_router *router;
|
||||
* \brief Subscription callback for all channel messages.
|
||||
* \param data Data pointer given when creating the subscription.
|
||||
* \param sub This subscription.
|
||||
* \param topic The topic the message was posted to. This is not necessarily the
|
||||
* topic you subscribed to, since messages may be forwarded between
|
||||
* topics.
|
||||
* \param message The message itself.
|
||||
*/
|
||||
static void statsmaker(void *data, struct stasis_subscription *sub,
|
||||
@@ -81,9 +78,6 @@ static void statsmaker(void *data, struct stasis_subscription *sub,
|
||||
* \brief Router callback for \ref stasis_cache_update messages.
|
||||
* \param data Data pointer given when added to router.
|
||||
* \param sub This subscription.
|
||||
* \param topic The topic the message was posted to. This is not necessarily the
|
||||
* topic you subscribed to, since messages may be forwarded between
|
||||
* topics.
|
||||
* \param message The message itself.
|
||||
*/
|
||||
static void updates(void *data, struct stasis_subscription *sub,
|
||||
@@ -131,9 +125,6 @@ static void updates(void *data, struct stasis_subscription *sub,
|
||||
* \brief Router callback for any message that doesn't otherwise have a route.
|
||||
* \param data Data pointer given when added to router.
|
||||
* \param sub This subscription.
|
||||
* \param topic The topic the message was posted to. This is not necessarily the
|
||||
* topic you subscribed to, since messages may be forwarded between
|
||||
* topics.
|
||||
* \param message The message itself.
|
||||
*/
|
||||
static void default_route(void *data, struct stasis_subscription *sub,
|
||||
|
Reference in New Issue
Block a user