fix(docs): fixed doxygen warnings in few headers

- non-matching arguments in `i2c_types.h` and `esp_wifi_crypto_types.h`
 - Fixed unended `@cond` macro in `esp_err.h`
This commit is contained in:
Vikram Dattu
2023-11-29 11:28:45 +05:30
committed by jgujarathi
parent ec1057a05a
commit 3d40b17576
3 changed files with 4 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ typedef struct {
*
* @param[in] i2c_slave Handle for I2C slave.
* @param[out] evt_data I2C capture event data, fed by driver
* @param[in] user_ctx User data, set in `i2c_slave_register_event_callbacks()`
* @param[in] arg User data, set in `i2c_slave_register_event_callbacks()`
*
* @return Whether a high priority task has been waken up by this function
*/