fix(esp_netif): Remove doxygen groups as esp-docs is flat docs style

Closes https://github.com/espressif/esp-idf/issues/16993
This commit is contained in:
David Cermak
2025-07-24 07:44:42 +02:00
committed by David Čermák
parent 019bb7fa72
commit 8c8a680082
2 changed files with 3 additions and 142 deletions

View File

@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -17,17 +17,6 @@
extern "C" {
#endif
/**
* @defgroup ESP_NETIF_SNTP_API ESP-NETIF SNTP API
* @brief SNTP API for underlying TCP/IP stack
*
*/
/** @addtogroup ESP_NETIF_SNTP_API
* @{
*/
/**
* @brief Time sync notification function
*/
@@ -119,10 +108,6 @@ esp_err_t esp_netif_sntp_sync_wait(TickType_t tout);
*/
esp_err_t esp_netif_sntp_reachability(unsigned int index, unsigned int *reachability);
/**
* @}
*/
#ifdef __cplusplus
}
#endif