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.
This commit is contained in:
Marius Vikhammer
2025-01-08 09:27:30 +08:00
parent ba92aee8c1
commit f00857b253

View File

@@ -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 \