res_ari: Fix for Doxygen.

ASTERISK-29756

Change-Id: I2f1c1eea1c902492b77b74de9950f20ebbb7e758
This commit is contained in:
Alexander Traud
2021-11-17 13:18:32 +01:00
committed by Friendly Automation
parent e27b91d542
commit 5b5a9ea4f0
20 changed files with 405 additions and 353 deletions

View File

@@ -53,9 +53,11 @@
/*!
* \brief Parameter parsing callback for /deviceStates.
* \param ser TCP/TLS session object
* \param get_params GET parameters in the HTTP request.
* \param path_vars Path variables extracted from the request.
* \param headers HTTP headers.
* \param body
* \param[out] response Response to the HTTP request.
*/
static void ast_ari_device_states_list_cb(
@@ -103,9 +105,11 @@ fin: __attribute__((unused))
}
/*!
* \brief Parameter parsing callback for /deviceStates/{deviceName}.
* \param ser TCP/TLS session object
* \param get_params GET parameters in the HTTP request.
* \param path_vars Path variables extracted from the request.
* \param headers HTTP headers.
* \param body
* \param[out] response Response to the HTTP request.
*/
static void ast_ari_device_states_get_cb(
@@ -173,9 +177,11 @@ int ast_ari_device_states_update_parse_body(
/*!
* \brief Parameter parsing callback for /deviceStates/{deviceName}.
* \param ser TCP/TLS session object
* \param get_params GET parameters in the HTTP request.
* \param path_vars Path variables extracted from the request.
* \param headers HTTP headers.
* \param body
* \param[out] response Response to the HTTP request.
*/
static void ast_ari_device_states_update_cb(
@@ -242,9 +248,11 @@ fin: __attribute__((unused))
}
/*!
* \brief Parameter parsing callback for /deviceStates/{deviceName}.
* \param ser TCP/TLS session object
* \param get_params GET parameters in the HTTP request.
* \param path_vars Path variables extracted from the request.
* \param headers HTTP headers.
* \param body
* \param[out] response Response to the HTTP request.
*/
static void ast_ari_device_states_delete_cb(