fix(wifi): add esp_wifi and esp_coexist header files to Doxyfile

This commit is contained in:
muhaidong
2023-06-15 10:57:45 +08:00
parent 84a599d8d4
commit db5209bf54
3 changed files with 11 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ 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 \