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