mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 03:02:15 +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
e93fb874b4
commit
a85f2bf34d
@@ -671,8 +671,8 @@ static int notify_contact(void *obj, void *arg, int flags)
|
||||
* \internal
|
||||
* \brief Send a NOTIFY request to the endpoint.
|
||||
*
|
||||
* \detail Iterates over an endpoint's AORs sending a NOTIFY request
|
||||
* with the appropriate payload information to each contact.
|
||||
* \details Iterates over an endpoint's AORs sending a NOTIFY request
|
||||
* with the appropriate payload information to each contact.
|
||||
*/
|
||||
static int notify_endpoint(void *obj)
|
||||
{
|
||||
@@ -1072,7 +1072,7 @@ static struct ast_cli_entry cli_options[] = {
|
||||
};
|
||||
|
||||
/*!
|
||||
* \interanl
|
||||
* \internal
|
||||
* \brief Completes SIPNotify AMI command in Endpoint mode.
|
||||
*/
|
||||
static void manager_notify_endpoint(struct mansession *s,
|
||||
|
Reference in New Issue
Block a user