Doxyfile 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. # This is Doxygen configuration file
  2. #
  3. # Doxygen provides over 260 configuration statements
  4. # To make this file easier to follow,
  5. # it contains only statements that are non-default
  6. #
  7. # NOTE:
  8. # It is recommended not to change defaults unless specifically required
  9. # Test any changes how they affect generated documentation
  10. # Make sure that correct warnings are generated to flag issues with documented code
  11. #
  12. # For the complete list of configuration statements see:
  13. # https://www.stack.nl/~dimitri/doxygen/manual/config.html
  14. PROJECT_NAME = "ESP32 Programming Guide"
  15. ## The 'INPUT' statement below is used as input by script 'gen-df-input.py'
  16. ## to automatically generate API reference list files heder_file.inc
  17. ## These files are placed in '_inc' directory
  18. ## and used to include in API reference documentation
  19. INPUT = \
  20. ##
  21. ## Wi-Fi - API Reference
  22. ##
  23. ../../components/esp_wifi/include/esp_wifi.h \
  24. ../../components/esp_wifi/include/esp_wifi_types.h \
  25. ../../components/esp_wifi/include/esp_smartconfig.h \
  26. ../../components/esp_wifi/include/esp_now.h \
  27. ## Mesh - API Reference
  28. ../../components/esp_wifi/include/esp_mesh.h \
  29. ## Event loop - API Reference
  30. ../../components/esp_event/include/esp_event.h \
  31. ../../components/esp_event/include/esp_event_base.h \
  32. ../../components/esp_event/include/esp_event_legacy.h \
  33. ## Bluetooth - API Reference
  34. ## Controller && VHCI
  35. ../../components/bt/include/esp_bt.h \
  36. ## Bluetooth COMMON
  37. ## Issue with __attribute__
  38. ../../components/bt/bluedroid/api/include/api/esp_bt_defs.h \
  39. ../../components/bt/bluedroid/api/include/api/esp_bt_main.h \
  40. ../../components/bt/bluedroid/api/include/api/esp_bt_device.h \
  41. ## Bluetooth LE
  42. ../../components/bt/bluedroid/api/include/api/esp_gap_ble_api.h \
  43. ## Issue with __attribute__
  44. ../../components/bt/bluedroid/api/include/api/esp_gatt_defs.h \
  45. ../../components/bt/bluedroid/api/include/api/esp_gatts_api.h \
  46. ../../components/bt/bluedroid/api/include/api/esp_gattc_api.h \
  47. ../../components/bt/bluedroid/api/include/api/esp_blufi_api.h \
  48. ## Bluetooth Classic
  49. ../../components/bt/bluedroid/api/include/api/esp_gap_bt_api.h \
  50. ## Issue with __attribute__
  51. ../../components/bt/bluedroid/api/include/api/esp_a2dp_api.h \
  52. ../../components/bt/bluedroid/api/include/api/esp_avrc_api.h \
  53. ../../components/bt/bluedroid/api/include/api/esp_spp_api.h \
  54. ../../components/bt/bluedroid/api/include/api/esp_hf_defs.h \
  55. ../../components/bt/bluedroid/api/include/api/esp_hf_client_api.h \
  56. ##
  57. ## Ethernet - API Reference
  58. ##
  59. ../../components/ethernet/include/esp_eth.h \
  60. ../../components/ethernet/include/eth_phy/phy.h \
  61. ../../components/ethernet/include/eth_phy/phy_tlk110.h \
  62. ../../components/ethernet/include/eth_phy/phy_lan8720.h \
  63. ../../components/ethernet/include/eth_phy/phy_ip101.h \
  64. ##
  65. ## Peripherals - API Reference
  66. ##
  67. ../../components/driver/include/driver/adc.h \
  68. ../../components/driver/include/driver/can.h \
  69. ../../components/driver/include/driver/dac.h \
  70. ../../components/driver/include/driver/gpio.h \
  71. ../../components/driver/include/driver/rtc_io.h \
  72. ../../components/driver/include/driver/i2c.h \
  73. ../../components/driver/include/driver/i2s.h \
  74. ../../components/driver/include/driver/ledc.h \
  75. ../../components/driver/include/driver/mcpwm.h \
  76. ../../components/driver/include/driver/pcnt.h \
  77. ../../components/driver/include/driver/rmt.h \
  78. ../../components/driver/include/driver/sigmadelta.h \
  79. ../../components/driver/include/driver/spi_common.h \
  80. ../../components/driver/include/driver/spi_master.h \
  81. ../../components/driver/include/driver/spi_slave.h \
  82. ../../components/driver/include/driver/timer.h \
  83. ../../components/driver/include/driver/touch_pad.h \
  84. ../../components/driver/include/driver/uart.h \
  85. ../../components/esp_adc_cal/include/esp_adc_cal.h \
  86. ../../components/soc/esp32/include/soc/adc_channel.h \
  87. ../../components/soc/esp32/include/soc/dac_channel.h \
  88. ../../components/soc/esp32/include/soc/touch_channel.h \
  89. ../../components/soc/esp32/include/soc/uart_channel.h \
  90. ../../components/soc/esp32/include/soc/rtc_gpio_channel.h \
  91. ## tcpip_adapter - API Reference
  92. ../../components/tcpip_adapter/include/tcpip_adapter.h \
  93. ##
  94. ## Protocols - API Reference
  95. ##
  96. ## ESP-TLS
  97. ../../components/esp-tls/esp_tls.h \
  98. ## MQTT
  99. ../../components/mqtt/esp-mqtt/include/mqtt_client.h \
  100. ## mDNS
  101. ../../components/mdns/include/mdns.h \
  102. ../../components/esp_http_client/include/esp_http_client.h \
  103. ../../components/esp_http_server/include/esp_http_server.h \
  104. ../../components/esp_https_server/include/esp_https_server.h \
  105. ##
  106. ## Provisioning - API Reference
  107. ##
  108. ## Protocol Communication
  109. ../../components/protocomm/include/common/protocomm.h \
  110. ../../components/protocomm/include/security/protocomm_security.h \
  111. ../../components/protocomm/include/security/protocomm_security0.h \
  112. ../../components/protocomm/include/security/protocomm_security1.h \
  113. ../../components/protocomm/include/transports/protocomm_ble.h \
  114. ../../components/protocomm/include/transports/protocomm_console.h \
  115. ../../components/protocomm/include/transports/protocomm_httpd.h \
  116. ## WiFi Provisioning
  117. ../../components/wifi_provisioning/include/wifi_provisioning/wifi_config.h \
  118. ##
  119. ## Storage - API Reference
  120. ##
  121. ## SPI Flash and Partition APIs
  122. ../../components/spi_flash/include/esp_spi_flash.h \
  123. ../../components/spi_flash/include/esp_partition.h \
  124. ../../components/bootloader_support/include/esp_flash_encrypt.h \
  125. ## SPIFFS
  126. ../../components/spiffs/include/esp_spiffs.h \
  127. ## SD/MMC Card Host
  128. ../../components/sdmmc/include/sdmmc_cmd.h \
  129. ../../components/driver/include/driver/sdmmc_host.h \
  130. ../../components/driver/include/driver/sdmmc_types.h \
  131. ../../components/driver/include/driver/sdspi_host.h \
  132. ## SDIO slave
  133. ../../components/driver/include/driver/sdio_slave.h \
  134. ## Non-Volatile Storage
  135. ../../components/nvs_flash/include/nvs.h \
  136. ../../components/nvs_flash/include/nvs_flash.h \
  137. ## Virtual Filesystem
  138. ../../components/vfs/include/esp_vfs.h \
  139. ../../components/vfs/include/esp_vfs_dev.h \
  140. ../../components/vfs/include/esp_vfs_semihost.h \
  141. ## FAT Filesystem
  142. ## NOTE: for two lines below header_file.inc is not used
  143. ../../components/fatfs/src/esp_vfs_fat.h \
  144. ../../components/fatfs/src/diskio.h \
  145. ## Wear Levelling
  146. ../../components/wear_levelling/include/wear_levelling.h \
  147. ##
  148. ## System - API Reference
  149. ##
  150. ## Memory Allocation #
  151. ../../components/heap/include/esp_heap_caps.h \
  152. ../../components/heap/include/esp_heap_trace.h \
  153. ../../components/heap/include/esp_heap_caps_init.h \
  154. ../../components/heap/include/multi_heap.h \
  155. ## Himem
  156. ../../components/esp32/include/esp32/himem.h \
  157. ## Interrupt Allocation
  158. ../../components/esp32/include/esp_intr_alloc.h \
  159. ## Watchdogs
  160. ## NOTE: for two lines below header_file.inc is not used
  161. ../../components/esp_common/include/esp_int_wdt.h \
  162. ../../components/esp_common/include/esp_task_wdt.h \
  163. ## Hooks
  164. ../../components/esp_common/include/esp_freertos_hooks.h \
  165. ## Inter-Processor Call
  166. ../../components/esp_common/include/esp_ipc.h \
  167. ## Over The Air Updates (OTA)
  168. ../../components/app_update/include/esp_ota_ops.h \
  169. ## ESP HTTPS OTA
  170. ../../components/esp_https_ota/include/esp_https_ota.h \
  171. ## Sleep
  172. ../../components/esp32/include/esp_sleep.h \
  173. ## Logging
  174. ../../components/log/include/esp_log.h \
  175. ## Base MAC address
  176. ## NOTE: for line below header_file.inc is not used
  177. ../../components/esp_common/include/esp_system.h \
  178. ##
  179. ## ULP Coprocessor - API Guides
  180. ##
  181. ## NOTE: for line below header_file.inc is not used
  182. ../../components/ulp/include/esp32/ulp.h \
  183. ##
  184. ## Application Level Tracing - API Reference
  185. ##
  186. ../../components/app_trace/include/esp_app_trace.h \
  187. ../../components/app_trace/include/esp_sysview_trace.h \
  188. ### Power management
  189. ../../components/esp_common/include/esp_pm.h \
  190. ../../components/esp32/include/esp32/pm.h \
  191. ### esp_timer, High Resolution Timer
  192. ../../components/esp_common/include/esp_timer.h \
  193. ### esp_event, Event Loop Library
  194. ../../components/esp_event/include/esp_event.h \
  195. ../../components/esp_event/include/esp_event_base.h \
  196. ### eFuse Manager
  197. ../../components/efuse/include/esp_efuse.h \
  198. ### ESP Pthread parameters
  199. ../../components/pthread/include/esp_pthread.h \
  200. ###
  201. ### FreeRTOS
  202. ###
  203. ../../components/freertos/include/freertos/task.h \
  204. ../../components/freertos/include/freertos/queue.h \
  205. ../../components/freertos/include/freertos/semphr.h \
  206. ../../components/freertos/include/freertos/timers.h \
  207. ../../components/freertos/include/freertos/event_groups.h \
  208. ### Ringbuffer
  209. ../../components/esp_ringbuf/include/freertos/ringbuf.h \
  210. ### Helper functions for error codes
  211. ../../components/esp_common/include/esp_err.h \
  212. ### System APIs
  213. ../../components/esp_common/include/esp_system.h \
  214. ### Modbus controller component header file
  215. ../../components/freemodbus/modbus_controller/mbcontroller.h
  216. ## Get warnings for functions that have no documentation for their parameters or return value
  217. ##
  218. WARN_NO_PARAMDOC = YES
  219. ## Enable preprocessing and remove __attribute__(...) expressions from the INPUT files
  220. ##
  221. ENABLE_PREPROCESSING = YES
  222. MACRO_EXPANSION = YES
  223. EXPAND_ONLY_PREDEF = YES
  224. PREDEFINED = \
  225. __attribute__(x)= \
  226. IRAM_ATTR= \
  227. configSUPPORT_DYNAMIC_ALLOCATION=1 \
  228. configSUPPORT_STATIC_ALLOCATION=1 \
  229. configQUEUE_REGISTRY_SIZE=1 \
  230. configUSE_RECURSIVE_MUTEXES=1 \
  231. configTHREAD_LOCAL_STORAGE_DELETE_CALLBACKS=1 \
  232. configNUM_THREAD_LOCAL_STORAGE_POINTERS=1 \
  233. configUSE_APPLICATION_TASK_TAG=1 \
  234. configTASKLIST_INCLUDE_COREID=1 \
  235. "ESP_EVENT_DECLARE_BASE(x)=extern esp_event_base_t x"
  236. ## Do not complain about not having dot
  237. ##
  238. HAVE_DOT = NO
  239. ## Generate XML that is required for Breathe
  240. ##
  241. GENERATE_XML = YES
  242. XML_OUTPUT = xml
  243. GENERATE_HTML = NO
  244. HAVE_DOT = NO
  245. GENERATE_LATEX = NO
  246. GENERATE_MAN = YES
  247. GENERATE_RTF = NO
  248. ## Skip distracting progress messages
  249. ##
  250. QUIET = YES
  251. ## Log warnings in a file for further review
  252. ##
  253. WARN_LOGFILE = "doxygen-warning-log.txt"