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

@@ -11,3 +11,5 @@ INPUT += \
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he_types.h \
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he.h \