Merge branch 'docs/remove_doxy_groups_in_espnow_v5.5' into 'release/v5.5'

fix(wifi/espnow): Remove doxygen groups as esp-docs is flat docs style (v5.5)

See merge request espressif/esp-idf!42769
This commit is contained in:
Jiang Jiang Jian
2025-10-28 10:36:14 +08:00
-25
View File
@@ -15,23 +15,6 @@
extern "C" {
#endif
/** \defgroup WiFi_APIs WiFi Related APIs
* @brief WiFi APIs
*/
/** @addtogroup WiFi_APIs
* @{
*/
/** \defgroup ESPNOW_APIs ESPNOW APIs
* @brief ESP32 ESPNOW APIs
*
*/
/** @addtogroup ESPNOW_APIs
* @{
*/
#define ESP_ERR_ESPNOW_BASE (ESP_ERR_WIFI_BASE + 100) /*!< ESPNOW error number base. */
#define ESP_ERR_ESPNOW_NOT_INIT (ESP_ERR_ESPNOW_BASE + 1) /*!< ESPNOW is not initialized. */
#define ESP_ERR_ESPNOW_ARG (ESP_ERR_ESPNOW_BASE + 2) /*!< Invalid argument */
@@ -445,14 +428,6 @@ esp_err_t esp_now_switch_channel_tx(esp_now_switch_channel_t *config);
*/
esp_err_t esp_now_remain_on_channel(esp_now_remain_on_channel_t *config);
/**
* @}
*/
/**
* @}
*/
#ifdef __cplusplus
}
#endif