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 ad9e0d5b7c
commit ef9bbf344b

View File

@ -2,4 +2,3 @@ INPUT += \
$(PROJECT_PATH)/components/bt/include/esp32h2/include/esp_bt.h \ $(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_init.h \
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \ $(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \
$(PROJECT_PATH)/components/esp_coex/include/esp_coex_i154.h \