From f00857b2532d94054392712de4ebd8c2aecb2f9c Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 8 Jan 2025 09:27:30 +0800 Subject: [PATCH] docs(doxygen): removed coex header from doxyfile Failing to build due to missing comments, but the header was never included in the docs anyway, so might as well remove it. --- docs/doxygen/Doxyfile_esp32h2 | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/doxygen/Doxyfile_esp32h2 b/docs/doxygen/Doxyfile_esp32h2 index 3e1c69d7b4..132e2a6133 100644 --- a/docs/doxygen/Doxyfile_esp32h2 +++ b/docs/doxygen/Doxyfile_esp32h2 @@ -2,7 +2,6 @@ INPUT += \ $(PROJECT_PATH)/components/bt/include/esp32h2/include/esp_bt.h \ $(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \ $(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \ - $(PROJECT_PATH)/components/esp_coex/include/esp_coex_i154.h \ $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/adc_channel.h \ $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/clk_tree_defs.h \ $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/gpio_num.h \