浏览代码

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

muhaidong 2 年之前
父节点
当前提交
db5209bf54
共有 3 个文件被更改,包括 11 次插入0 次删除
  1. 8 0
      docs/doxygen/Doxyfile
  2. 2 0
      docs/doxygen/Doxyfile_esp32c6
  3. 1 0
      docs/doxygen/Doxyfile_esp32h2

+ 8 - 0
docs/doxygen/Doxyfile

@@ -27,6 +27,10 @@ INPUT = \
     $(PROJECT_PATH)/components/bootloader_support/include/bootloader_random.h \
     $(PROJECT_PATH)/components/bootloader_support/include/esp_app_format.h \
     $(PROJECT_PATH)/components/bootloader_support/include/esp_flash_encrypt.h \
+    $(PROJECT_PATH)/components/esp_coex/include/esp_coexist_adapter.h \
+    $(PROJECT_PATH)/components/esp_coex/include/esp_coexist_internal.h \
+    $(PROJECT_PATH)/components/esp_coex/include/esp_coexist.h \
+    $(PROJECT_PATH)/components/esp_coex/include/esp_modem_wrapper.h \
     $(PROJECT_PATH)/components/bt/common/api/include/api/esp_blufi_api.h \
     $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_common_api.h \
     $(PROJECT_PATH)/components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_local_data_operation_api.h \
@@ -194,10 +198,14 @@ INPUT = \
     $(PROJECT_PATH)/components/esp_system/include/esp_task_wdt.h \
     $(PROJECT_PATH)/components/esp_system/include/esp_task.h \
     $(PROJECT_PATH)/components/esp_timer/include/esp_timer.h \
+    $(PROJECT_PATH)/components/esp_wifi/include/esp_mesh_internal.h \
     $(PROJECT_PATH)/components/esp_wifi/include/esp_mesh.h \
     $(PROJECT_PATH)/components/esp_wifi/include/esp_now.h \
     $(PROJECT_PATH)/components/esp_wifi/include/esp_smartconfig.h \
+    $(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_ap_get_sta_list.h \
+    $(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_crypto_types.h \
     $(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_default.h \
+    $(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_netif.h \
     $(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_types.h \
     $(PROJECT_PATH)/components/esp_wifi/include/esp_wifi.h \
     $(PROJECT_PATH)/components/wpa_supplicant/esp_supplicant/include/esp_mbo.h  \

+ 2 - 0
docs/doxygen/Doxyfile_esp32c6

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

+ 1 - 0
docs/doxygen/Doxyfile_esp32h2

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