Doxyfile 5.9 KB

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