Doxyfile 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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_crypto_types.h \
  25. ../components/esp32/include/esp_smartconfig.h \
  26. ../components/esp32/include/esp_now.h \
  27. ## Bluetooth - API Reference
  28. ## Controller && VHCI
  29. ../components/bt/include/bt.h \
  30. ## Bluetooth COMMON
  31. ## Issue with __attribute__
  32. ../components/bt/bluedroid/api/include/esp_bt_defs.h \
  33. ../components/bt/bluedroid/api/include/esp_bt_main.h \
  34. ../components/bt/bluedroid/api/include/esp_bt_device.h \
  35. ## Bluetooth LE
  36. ../components/bt/bluedroid/api/include/esp_gap_ble_api.h \
  37. ## Issue with __attribute__
  38. ../components/bt/bluedroid/api/include/esp_gatt_defs.h \
  39. ../components/bt/bluedroid/api/include/esp_gatts_api.h \
  40. ../components/bt/bluedroid/api/include/esp_gattc_api.h \
  41. ../components/bt/bluedroid/api/include/esp_blufi_api.h \
  42. ## Bluetooth Classic
  43. ../components/bt/bluedroid/api/include/esp_gap_bt_api.h \
  44. ## Issue with __attribute__
  45. ../components/bt/bluedroid/api/include/esp_a2dp_api.h \
  46. ../components/bt/bluedroid/api/include/esp_avrc_api.h \
  47. ##
  48. ## Ethernet - API Reference
  49. ##
  50. ../components/ethernet/include/esp_eth.h \
  51. ../components/ethernet/include/eth_phy/phy.h \
  52. ../components/ethernet/include/eth_phy/phy_tlk110.h \
  53. ../components/ethernet/include/eth_phy/phy_lan8720.h \
  54. ##
  55. ## Peripherals - API Reference
  56. ##
  57. ../components/driver/include/driver/adc.h \
  58. ../components/driver/include/driver/dac.h \
  59. ../components/driver/include/driver/gpio.h \
  60. ../components/driver/include/driver/rtc_io.h \
  61. ../components/driver/include/driver/i2c.h \
  62. ../components/driver/include/driver/i2s.h \
  63. ../components/driver/include/driver/ledc.h \
  64. ../components/driver/include/driver/mcpwm.h \
  65. ../components/driver/include/driver/pcnt.h \
  66. ../components/driver/include/driver/rmt.h \
  67. ../components/driver/include/driver/sigmadelta.h \
  68. ../components/driver/include/driver/spi_common.h \
  69. ../components/driver/include/driver/spi_master.h \
  70. ../components/driver/include/driver/spi_slave.h \
  71. ../components/driver/include/driver/timer.h \
  72. ../components/driver/include/driver/touch_pad.h \
  73. ../components/driver/include/driver/uart.h \
  74. ../components/esp_adc_cal/include/esp_adc_cal.h \
  75. ../components/soc/esp32/include/soc/adc_channel.h \
  76. ../components/soc/esp32/include/soc/dac_channel.h \
  77. ../components/soc/esp32/include/soc/touch_channel.h \
  78. ../components/soc/esp32/include/soc/uart_channel.h \
  79. ../components/soc/esp32/include/soc/rtc_gpio_channel.h \
  80. ##
  81. ## Protocols - API Reference
  82. ##
  83. ../components/mdns/include/mdns.h \
  84. ##
  85. ## Storage - API Reference
  86. ##
  87. ## SPI Flash and Partition APIs
  88. ../components/spi_flash/include/esp_spi_flash.h \
  89. ../components/spi_flash/include/esp_partition.h \
  90. ../components/bootloader_support/include/esp_flash_encrypt.h \
  91. ## SPIFFS
  92. ../components/spiffs/include/esp_spiffs.h \
  93. ## SD/MMC Card Host
  94. ## NOTE: for three lines below header_file.inc is not used
  95. ../components/sdmmc/include/sdmmc_cmd.h \
  96. ../components/driver/include/driver/sdmmc_host.h \
  97. ../components/driver/include/driver/sdmmc_types.h \
  98. ../components/driver/include/driver/sdspi_host.h \
  99. ## Non-Volatile Storage
  100. ../components/nvs_flash/include/nvs.h \
  101. ../components/nvs_flash/include/nvs_flash.h \
  102. ## Virtual Filesystem
  103. ../components/vfs/include/esp_vfs.h \
  104. ../components/vfs/include/esp_vfs_dev.h \
  105. ## FAT Filesystem
  106. ## NOTE: for two lines below header_file.inc is not used
  107. ../components/fatfs/src/esp_vfs_fat.h \
  108. ../components/fatfs/src/diskio.h \
  109. ## Wear Levelling
  110. ../components/wear_levelling/include/wear_levelling.h \
  111. ##
  112. ## System - API Reference
  113. ##
  114. ## Memory Allocation #
  115. ../components/heap/include/esp_heap_caps.h \
  116. ../components/heap/include/esp_heap_trace.h \
  117. ../components/heap/include/esp_heap_caps_init.h \
  118. ../components/heap/include/multi_heap.h \
  119. ## Interrupt Allocation
  120. ../components/esp32/include/esp_intr_alloc.h \
  121. ## Watchdogs
  122. ## NOTE: for two lines below header_file.inc is not used
  123. ../components/esp32/include/esp_int_wdt.h \
  124. ../components/esp32/include/esp_task_wdt.h \
  125. ## Hooks
  126. ../components/esp32/include/esp_freertos_hooks.h \
  127. ## Over The Air Updates (OTA)
  128. ../components/app_update/include/esp_ota_ops.h \
  129. ## Sleep
  130. ## NOTE: for line below header_file.inc is not used
  131. ../components/esp32/include/esp_sleep.h \
  132. ## Logging
  133. ../components/log/include/esp_log.h \
  134. ## Base MAC address
  135. ## NOTE: for line below header_file.inc is not used
  136. ../components/esp32/include/esp_system.h \
  137. ##
  138. ## ULP Coprocessor - API Guides
  139. ##
  140. ## NOTE: for line below header_file.inc is not used
  141. ../components/ulp/include/esp32/ulp.h \
  142. ##
  143. ## Application Level Tracing - API Reference
  144. ##
  145. ../components/app_trace/include/esp_app_trace.h \
  146. ### Power management
  147. ../components/esp32/include/esp_pm.h \
  148. ../components/esp32/include/esp32/pm.h
  149. ## Get warnings for functions that have no documentation for their parameters or return value
  150. ##
  151. WARN_NO_PARAMDOC = YES
  152. ## Enable preprocessing and remove __attribute__(...) expressions from the INPUT files
  153. ##
  154. ENABLE_PREPROCESSING = YES
  155. MACRO_EXPANSION = YES
  156. EXPAND_ONLY_PREDEF = YES
  157. PREDEFINED = __attribute__(x)=
  158. ## Do not complain about not having dot
  159. ##
  160. HAVE_DOT = NO
  161. ## Generate XML that is required for Breathe
  162. ##
  163. GENERATE_XML = YES
  164. XML_OUTPUT = xml
  165. GENERATE_HTML = NO
  166. HAVE_DOT = NO
  167. GENERATE_LATEX = NO
  168. GENERATE_MAN = YES
  169. GENERATE_RTF = NO
  170. ## Skip distracting progress messages
  171. ##
  172. QUIET = YES
  173. ## Log warnings in a file for further review
  174. ##
  175. WARN_LOGFILE = "doxygen-warning-log.txt"