]> granicus.if.org Git - esp-idf/blobdiff - docs/Doxyfile
console/linenoise: support buffered stdout
[esp-idf] / docs / Doxyfile
index fd241f0191ed38268943c26b060ad0aa11a91346..18a477275ceb0a48abc2044566c5c8a4245d7d73 100644 (file)
@@ -60,6 +60,7 @@ INPUT = \
     ../../components/ethernet/include/eth_phy/phy.h \
     ../../components/ethernet/include/eth_phy/phy_tlk110.h \
     ../../components/ethernet/include/eth_phy/phy_lan8720.h \
+    ../../components/ethernet/include/eth_phy/phy_ip101.h \
     ##
     ## Peripherals - API Reference
     ##
@@ -97,7 +98,20 @@ INPUT = \
     ## mDNS
     ../../components/mdns/include/mdns.h \
     ../../components/esp_http_client/include/esp_http_client.h \
-    ../../components/http_server/include/http_server.h \
+    ../../components/esp_http_server/include/esp_http_server.h \
+    ##
+    ## Provisioning - API Reference
+    ##
+    ## Protocol Communication
+    ../../components/protocomm/include/common/protocomm.h \
+    ../../components/protocomm/include/security/protocomm_security.h \
+    ../../components/protocomm/include/security/protocomm_security0.h \
+    ../../components/protocomm/include/security/protocomm_security1.h \
+    ../../components/protocomm/include/transports/protocomm_ble.h \
+    ../../components/protocomm/include/transports/protocomm_console.h \
+    ../../components/protocomm/include/transports/protocomm_httpd.h \
+    ## WiFi Provisioning
+    ../../components/wifi_provisioning/include/wifi_provisioning/wifi_config.h \
     ##
     ## Storage - API Reference
     ##
@@ -134,6 +148,8 @@ INPUT = \
     ../../components/heap/include/esp_heap_trace.h \
     ../../components/heap/include/esp_heap_caps_init.h \
     ../../components/heap/include/multi_heap.h \
+    ## Himem
+    ../../components/esp32/include/esp_himem.h \
     ## Interrupt Allocation
     ../../components/esp32/include/esp_intr_alloc.h \
     ## Watchdogs
@@ -169,6 +185,9 @@ INPUT = \
     ../../components/esp32/include/esp32/pm.h \
     ### esp_timer, High Resolution Timer
     ../../components/esp32/include/esp_timer.h \
+    ### esp_event, Event Loop Library
+    ../../components/esp_event/include/esp_event.h \
+    ../../components/esp_event/include/esp_event_base.h \
     ### ESP Pthread parameters
     ../../components/pthread/include/esp_pthread.h \
     ###
@@ -184,9 +203,9 @@ INPUT = \
     ### Helper functions for error codes
     ../../components/esp32/include/esp_err.h \
     ### System APIs
-    ../../components/esp32/include/esp_system.h
-
-
+    ../../components/esp32/include/esp_system.h \
+    ### Modbus controller component header file
+    ../../components/freemodbus/modbus_controller/mbcontroller.h
 
 ## Get warnings for functions that have no documentation for their parameters or return value
 ##