Skip to content

Commit

Permalink
fix(docs): fixed doxygen warnings in few headers
Browse files Browse the repository at this point in the history
 - non-matching arguments in `i2c_types.h` and `esp_wifi_crypto_types.h`
 - Fixed unended `@cond` macro in `esp_err.h`
  • Loading branch information
vikramdattu authored and espressif-bot committed Dec 19, 2023
1 parent f841f0a commit b0493e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/esp_common/include/esp_err.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const char *esp_err_to_name_r(esp_err_t code, char *buf, size_t buflen);
/** @cond */
void _esp_error_check_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) __attribute__((__noreturn__));

/** @cond */
void _esp_error_check_failed_without_abort(esp_err_t rc, const char *file, int line, const char *function, const char *expression);

#ifndef __ASSERT_FUNC
Expand Down

0 comments on commit b0493e0

Please sign in to comment.