Doxyfile 5.8 KB

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