doxygen: Fix doxygen errors.

Change-Id: Ic50e95b4fc10f74ab15416d908e8a87ee8ec2f85
This commit is contained in:
Sean Bright
2023-01-30 16:17:08 -05:00
committed by Friendly Automation
parent 78f5a41d64
commit c85fc1278f
20 changed files with 101 additions and 77 deletions

View File

@@ -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
*/