]> granicus.if.org Git - esp-idf/blobdiff - docs/Doxyfile
console/linenoise: support buffered stdout
[esp-idf] / docs / Doxyfile
index 9fc3e28c11deeee0d8605ac16e829e4bb627b730..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,7 @@ 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
     ##
@@ -184,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 \
     ###