Doxyfile 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  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/host/bluedroid/api/include/api/esp_bt_defs.h \
  39. ../../components/bt/host/bluedroid/api/include/api/esp_bt_main.h \
  40. ../../components/bt/host/bluedroid/api/include/api/esp_bt_device.h \
  41. ## Bluetooth LE
  42. ../../components/bt/host/bluedroid/api/include/api/esp_gap_ble_api.h \
  43. ## Issue with __attribute__
  44. ../../components/bt/host/bluedroid/api/include/api/esp_gatt_defs.h \
  45. ../../components/bt/host/bluedroid/api/include/api/esp_gatts_api.h \
  46. ../../components/bt/host/bluedroid/api/include/api/esp_gattc_api.h \
  47. ../../components/bt/host/bluedroid/api/include/api/esp_blufi_api.h \
  48. ## Bluetooth Classic
  49. ../../components/bt/host/bluedroid/api/include/api/esp_gap_bt_api.h \
  50. ## Issue with __attribute__
  51. ../../components/bt/host/bluedroid/api/include/api/esp_a2dp_api.h \
  52. ../../components/bt/host/bluedroid/api/include/api/esp_avrc_api.h \
  53. ../../components/bt/host/bluedroid/api/include/api/esp_spp_api.h \
  54. ../../components/bt/host/bluedroid/api/include/api/esp_hf_defs.h \
  55. ../../components/bt/host/bluedroid/api/include/api/esp_hf_client_api.h \
  56. ## NimBLE related Bluetooth APIs
  57. ../../components/bt/host/nimble/esp-hci/include/esp_nimble_hci.h \
  58. ## ESP BLE Mesh APIs
  59. ../../components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_common_api.h \
  60. ../../components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_local_data_operation_api.h \
  61. ../../components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_low_power_api.h \
  62. ../../components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_networking_api.h \
  63. ../../components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_provisioning_api.h \
  64. ../../components/bt/esp_ble_mesh/api/core/include/esp_ble_mesh_proxy_api.h \
  65. ../../components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_config_model_api.h \
  66. ../../components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_generic_model_api.h \
  67. ../../components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_health_model_api.h \
  68. ../../components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_lighting_model_api.h \
  69. ../../components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_sensor_model_api.h \
  70. ../../components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_time_scene_model_api.h \
  71. ../../components/bt/esp_ble_mesh/api/esp_ble_mesh_defs.h \
  72. ##
  73. ## Ethernet - API Reference
  74. ##
  75. ../../components/esp_eth/include/esp_eth.h \
  76. ../../components/esp_eth/include/esp_eth_com.h \
  77. ../../components/esp_eth/include/esp_eth_mac.h \
  78. ../../components/esp_eth/include/esp_eth_phy.h \
  79. ##
  80. ## Peripherals - API Reference
  81. ##
  82. ../../components/driver/include/driver/adc.h \
  83. ../../components/driver/include/driver/can.h \
  84. ../../components/driver/include/driver/dac.h \
  85. ../../components/driver/include/driver/gpio.h \
  86. ../../components/driver/include/driver/rtc_io.h \
  87. ../../components/driver/include/driver/i2c.h \
  88. ../../components/driver/include/driver/i2s.h \
  89. ../../components/driver/include/driver/ledc.h \
  90. ../../components/driver/include/driver/mcpwm.h \
  91. ../../components/driver/include/driver/pcnt.h \
  92. ../../components/driver/include/driver/rmt.h \
  93. ../../components/driver/include/driver/sigmadelta.h \
  94. ../../components/driver/include/driver/spi_common.h \
  95. ../../components/driver/include/driver/spi_master.h \
  96. ../../components/driver/include/driver/spi_slave.h \
  97. ../../components/driver/include/driver/timer.h \
  98. ../../components/driver/include/driver/touch_pad.h \
  99. ../../components/driver/include/driver/uart.h \
  100. ../../components/esp_adc_cal/include/esp_adc_cal.h \
  101. ../../components/soc/include/hal/spi_types.h \
  102. ../../components/soc/esp32/include/soc/adc_channel.h \
  103. ../../components/soc/esp32/include/soc/dac_channel.h \
  104. ../../components/soc/esp32/include/soc/touch_channel.h \
  105. ../../components/soc/esp32/include/soc/uart_channel.h \
  106. ../../components/soc/esp32/include/soc/rtc_gpio_channel.h \
  107. ## tcpip_adapter - API Reference
  108. ../../components/tcpip_adapter/include/tcpip_adapter.h \
  109. ##
  110. ## Protocols - API Reference
  111. ##
  112. ## ESP-TLS
  113. ../../components/esp-tls/esp_tls.h \
  114. ## MQTT
  115. ../../components/mqtt/esp-mqtt/include/mqtt_client.h \
  116. ## mDNS
  117. ../../components/mdns/include/mdns.h \
  118. ../../components/esp_http_client/include/esp_http_client.h \
  119. ../../components/esp_websocket_client/include/esp_websocket_client.h \
  120. ## HTTP / HTTPS Server
  121. ../../components/esp_http_server/include/esp_http_server.h \
  122. ../../components/esp_https_server/include/esp_https_server.h \
  123. ## ESP Local Ctrl
  124. ../../components/esp_local_ctrl/include/esp_local_ctrl.h \
  125. ##
  126. ## Provisioning - API Reference
  127. ##
  128. ## Protocol Communication
  129. ../../components/protocomm/include/common/protocomm.h \
  130. ../../components/protocomm/include/security/protocomm_security.h \
  131. ../../components/protocomm/include/security/protocomm_security0.h \
  132. ../../components/protocomm/include/security/protocomm_security1.h \
  133. ../../components/protocomm/include/transports/protocomm_ble.h \
  134. ../../components/protocomm/include/transports/protocomm_console.h \
  135. ../../components/protocomm/include/transports/protocomm_httpd.h \
  136. ## WiFi Provisioning
  137. ../../components/wifi_provisioning/include/wifi_provisioning/manager.h \
  138. ../../components/wifi_provisioning/include/wifi_provisioning/scheme_ble.h \
  139. ../../components/wifi_provisioning/include/wifi_provisioning/scheme_softap.h \
  140. ../../components/wifi_provisioning/include/wifi_provisioning/scheme_console.h \
  141. ../../components/wifi_provisioning/include/wifi_provisioning/wifi_config.h \
  142. ../../components/wifi_provisioning/include/wifi_provisioning/wifi_scan.h \
  143. ##
  144. ## Storage - API Reference
  145. ##
  146. ## SPI Flash and Partition APIs
  147. ../../components/spi_flash/include/esp_flash_spi_init.h \
  148. ../../components/spi_flash/include/esp_flash.h \
  149. ../../components/spi_flash/include/esp_partition.h \
  150. ../../components/bootloader_support/include/esp_flash_encrypt.h \
  151. ../../components/soc/include/hal/spi_flash_types.h \
  152. ## SPIFFS
  153. ../../components/spiffs/include/esp_spiffs.h \
  154. ## SD/MMC Card Host
  155. ../../components/sdmmc/include/sdmmc_cmd.h \
  156. ../../components/driver/include/driver/sdmmc_host.h \
  157. ../../components/driver/include/driver/sdmmc_types.h \
  158. ../../components/driver/include/driver/sdspi_host.h \
  159. ## SDIO slave
  160. ../../components/driver/include/driver/sdio_slave.h \
  161. ## Non-Volatile Storage
  162. ../../components/nvs_flash/include/nvs.h \
  163. ../../components/nvs_flash/include/nvs_flash.h \
  164. ## Virtual Filesystem
  165. ../../components/vfs/include/esp_vfs.h \
  166. ../../components/vfs/include/esp_vfs_dev.h \
  167. ../../components/vfs/include/esp_vfs_semihost.h \
  168. ## FAT Filesystem
  169. ## NOTE: for two lines below header_file.inc is not used
  170. ../../components/fatfs/vfs/esp_vfs_fat.h \
  171. ../../components/fatfs/diskio/diskio_impl.h \
  172. ../../components/fatfs/diskio/diskio_sdmmc.h \
  173. ../../components/fatfs/diskio/diskio_wl.h \
  174. ../../components/fatfs/diskio/diskio_rawflash.h \
  175. ## Wear Levelling
  176. ../../components/wear_levelling/include/wear_levelling.h \
  177. ##
  178. ## System - API Reference
  179. ##
  180. ## Memory Allocation #
  181. ../../components/heap/include/esp_heap_caps.h \
  182. ../../components/heap/include/esp_heap_trace.h \
  183. ../../components/heap/include/esp_heap_caps_init.h \
  184. ../../components/heap/include/multi_heap.h \
  185. ## Himem
  186. ../../components/esp32/include/esp32/himem.h \
  187. ## Interrupt Allocation
  188. ../../components/esp32/include/esp_intr_alloc.h \
  189. ## Watchdogs
  190. ## NOTE: for two lines below header_file.inc is not used
  191. ../../components/esp_common/include/esp_int_wdt.h \
  192. ../../components/esp_common/include/esp_task_wdt.h \
  193. ## Hooks
  194. ../../components/esp_common/include/esp_freertos_hooks.h \
  195. ## Inter-Processor Call
  196. ../../components/esp_common/include/esp_ipc.h \
  197. ## Over The Air Updates (OTA)
  198. ../../components/app_update/include/esp_ota_ops.h \
  199. ## ESP HTTPS OTA
  200. ../../components/esp_https_ota/include/esp_https_ota.h \
  201. ## Sleep
  202. ../../components/esp32/include/esp_sleep.h \
  203. ## Logging
  204. ../../components/log/include/esp_log.h \
  205. ## Base MAC address
  206. ## NOTE: for line below header_file.inc is not used
  207. ../../components/esp_common/include/esp_system.h \
  208. ## IDF version
  209. ../../components/esp_common/include/esp_idf_version.h \
  210. ##
  211. ## ULP Coprocessor - API Guides
  212. ##
  213. ## NOTE: for line below header_file.inc is not used
  214. ../../components/ulp/include/esp32/ulp.h \
  215. ##
  216. ## Application Level Tracing - API Reference
  217. ##
  218. ../../components/app_trace/include/esp_app_trace.h \
  219. ../../components/app_trace/include/esp_sysview_trace.h \
  220. ### Power management
  221. ../../components/esp_common/include/esp_pm.h \
  222. ../../components/esp32/include/esp32/pm.h \
  223. ### esp_timer, High Resolution Timer
  224. ../../components/esp_common/include/esp_timer.h \
  225. ### esp_event, Event Loop Library
  226. ../../components/esp_event/include/esp_event.h \
  227. ../../components/esp_event/include/esp_event_base.h \
  228. ### eFuse Manager
  229. ../../components/efuse/include/esp_efuse.h \
  230. ### App Image Format
  231. ../../components/bootloader_support/include/esp_app_format.h \
  232. ### ESP Pthread parameters
  233. ../../components/pthread/include/esp_pthread.h \
  234. ###
  235. ### FreeRTOS
  236. ###
  237. ../../components/freertos/include/freertos/task.h \
  238. ../../components/freertos/include/freertos/queue.h \
  239. ../../components/freertos/include/freertos/semphr.h \
  240. ../../components/freertos/include/freertos/timers.h \
  241. ../../components/freertos/include/freertos/event_groups.h \
  242. ### Ringbuffer
  243. ../../components/esp_ringbuf/include/freertos/ringbuf.h \
  244. ### Helper functions for error codes
  245. ../../components/esp_common/include/esp_err.h \
  246. ### System APIs
  247. ../../components/esp_common/include/esp_system.h \
  248. ### Modbus controller component header file
  249. ../../components/freemodbus/common/include/esp_modbus_common.h \
  250. ../../components/freemodbus/common/include/esp_modbus_slave.h \
  251. ../../components/freemodbus/common/include/esp_modbus_master.h
  252. ## Get warnings for functions that have no documentation for their parameters or return value
  253. ##
  254. WARN_NO_PARAMDOC = YES
  255. ## Enable preprocessing and remove __attribute__(...) expressions from the INPUT files
  256. ##
  257. ENABLE_PREPROCESSING = YES
  258. MACRO_EXPANSION = YES
  259. EXPAND_ONLY_PREDEF = YES
  260. PREDEFINED = \
  261. __attribute__(x)= \
  262. _Static_assert()= \
  263. IDF_DEPRECATED(X)= \
  264. IRAM_ATTR= \
  265. configSUPPORT_DYNAMIC_ALLOCATION=1 \
  266. configSUPPORT_STATIC_ALLOCATION=1 \
  267. configQUEUE_REGISTRY_SIZE=1 \
  268. configUSE_RECURSIVE_MUTEXES=1 \
  269. configTHREAD_LOCAL_STORAGE_DELETE_CALLBACKS=1 \
  270. configNUM_THREAD_LOCAL_STORAGE_POINTERS=1 \
  271. configUSE_APPLICATION_TASK_TAG=1 \
  272. configTASKLIST_INCLUDE_COREID=1 \
  273. "ESP_EVENT_DECLARE_BASE(x)=extern esp_event_base_t x"
  274. ## Do not complain about not having dot
  275. ##
  276. HAVE_DOT = NO
  277. ## Generate XML that is required for Breathe
  278. ##
  279. GENERATE_XML = YES
  280. XML_OUTPUT = xml
  281. GENERATE_HTML = NO
  282. HAVE_DOT = NO
  283. GENERATE_LATEX = NO
  284. GENERATE_MAN = YES
  285. GENERATE_RTF = NO
  286. ## Skip distracting progress messages
  287. ##
  288. QUIET = YES
  289. ## Log warnings in a file for further review
  290. ##
  291. WARN_LOGFILE = "doxygen-warning-log.txt"