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