Doxyfile 9.6 KB

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