mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
doxygen: Fix doxygen errors.
Change-Id: Ic50e95b4fc10f74ab15416d908e8a87ee8ec2f85
This commit is contained in:
committed by
Friendly Automation
parent
78f5a41d64
commit
c85fc1278f
@@ -105,7 +105,7 @@ int aeap_transaction_result(struct aeap_transaction *tsx);
|
||||
*
|
||||
* Stops the transaction timer, but does not end/stop the transaction itself
|
||||
*
|
||||
* \param transaction A transaction to cancel the timer on
|
||||
* \param tsx A transaction to cancel the timer on
|
||||
*
|
||||
* \returns 0 if canceled, non zero otherwise
|
||||
*/
|
||||
@@ -114,7 +114,7 @@ int aeap_transaction_cancel_timer(struct aeap_transaction *tsx);
|
||||
/*!
|
||||
* \brief Retrieve the user object associated with the transaction
|
||||
*
|
||||
* \param transaction A transaction object
|
||||
* \param tsx A transaction object
|
||||
*
|
||||
* \returns A user object, or NULL if non associated
|
||||
*/
|
||||
|
@@ -166,8 +166,6 @@ int aeap_transport_is_connected(struct aeap_transport *transport);
|
||||
* \brief Destroy a transport
|
||||
*
|
||||
* \param transport The transport to destroy
|
||||
*
|
||||
* \returns 0 on success, or -1 on error
|
||||
*/
|
||||
void aeap_transport_destroy(struct aeap_transport *transport);
|
||||
|
||||
|
Reference in New Issue
Block a user