mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-14 17:21:50 +00:00
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:
committed by
David Čermák
parent
019bb7fa72
commit
8c8a680082
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user