]> granicus.if.org Git - esp-idf/blobdiff - docs/Doxyfile
Merge branch 'feature/add_espnow' into 'master'
[esp-idf] / docs / Doxyfile
index 1873be46d3d5606815d399395ee127037e47f6ed..dee628ef44783c5019df852355f64a372e5c8ff9 100644 (file)
@@ -10,7 +10,7 @@
 # Make sure that correct warnings are generated to flag issues with documented code
 #
 # For the complete list of configuration statements see:
-# http://www.stack.nl/~dimitri/doxygen/manual/config.html
+# https://www.stack.nl/~dimitri/doxygen/manual/config.html
 
 
 PROJECT_NAME = "ESP32 Programming Guide"
@@ -27,6 +27,7 @@ INPUT = \
     ../components/esp32/include/esp_wifi.h \
     ../components/esp32/include/esp_wifi_crypto_types.h \
     ../components/esp32/include/esp_smartconfig.h \
+    ../components/esp32/include/esp_now.h \
     ## Bluetooth - API Reference
     ## Controller && VHCI
     ../components/bt/include/bt.h \
@@ -72,7 +73,14 @@ INPUT = \
     ../components/driver/include/driver/spi_master.h \
     ../components/driver/include/driver/spi_slave.h \
     ../components/driver/include/driver/timer.h \
+    ../components/driver/include/driver/touch_pad.h \
     ../components/driver/include/driver/uart.h \
+    ../components/esp_adc_cal/include/esp_adc_cal.h \
+    ../components/soc/esp32/include/soc/adc_channel.h \
+    ../components/soc/esp32/include/soc/dac_channel.h \
+    ../components/soc/esp32/include/soc/touch_channel.h \
+    ../components/soc/esp32/include/soc/uart_channel.h \
+    ../components/soc/esp32/include/soc/rtc_gpio_channel.h \
     ##
     ## Protocols - API Reference
     ##
@@ -84,6 +92,8 @@ INPUT = \
     ../components/spi_flash/include/esp_spi_flash.h \
     ../components/spi_flash/include/esp_partition.h \
     ../components/bootloader_support/include/esp_flash_encrypt.h \
+    ## SPIFFS
+    ../components/spiffs/include/esp_spiffs.h \
     ## SD/MMC Card Host
     ## NOTE: for three lines below header_file.inc is not used
     ../components/sdmmc/include/sdmmc_cmd.h \
@@ -107,6 +117,8 @@ INPUT = \
     ##
     ## Memory Allocation    #
     ../components/heap/include/esp_heap_caps.h \
+    ../components/heap/include/esp_heap_trace.h \
+    ../components/heap/include/esp_heap_caps_init.h \
     ../components/heap/include/multi_heap.h \
     ## Interrupt Allocation
     ../components/esp32/include/esp_intr_alloc.h \
@@ -116,9 +128,9 @@ INPUT = \
     ../components/esp32/include/esp_task_wdt.h \
     ## Over The Air Updates (OTA)
     ../components/app_update/include/esp_ota_ops.h \
-    ## Deep Sleep
+    ## Sleep
     ## NOTE: for line below header_file.inc is not used
-    ../components/esp32/include/esp_deep_sleep.h \
+    ../components/esp32/include/esp_sleep.h \
     ## Logging
     ../components/log/include/esp_log.h \
     ## Base MAC address