forked from espressif/esp-adf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doxyfile
196 lines (184 loc) · 9.23 KB
/
Doxyfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
# This is Doxygen configuration file
#
# Doxygen provides over 260 configuration statements
# To make this file easier to follow,
# it contains only statements that are non-default
#
# NOTE:
# It is recommended not to change defaults unless specifically required
# Test any changes how they affect generated documentation
# Make sure that correct warnings are generated to flag issues with documented code
#
# For the complete list of configuration statements see:
# https://www.stack.nl/~dimitri/doxygen/manual/config.html
PROJECT_NAME = "Espressif Audio Development Framework (ESP-ADF)"
## The 'INPUT' statement below is used as input by script 'gen-df-input.py'
## to automatically generate API reference list files heder_file.inc
## These files are placed in '_inc' directory
## and used to include in API reference documentation
INPUT = \
## Audio Pipeline
../../components/audio_pipeline/include/audio_element.h \
../../components/audio_pipeline/include/audio_pipeline.h \
../../components/audio_pipeline/include/audio_event_iface.h \
../../components/audio_pipeline/include/audio_common.h \
../../components/audio_pipeline/include/ringbuf.h \
## Audio Stream
../../components/audio_stream/include/fatfs_stream.h \
../../components/audio_stream/include/http_stream.h \
../../components/audio_stream/include/i2s_stream.h \
../../components/audio_stream/include/raw_stream.h \
../../components/audio_stream/include/spiffs_stream.h \
../../components/audio_stream/include/tcp_client_stream.h \
../../components/audio_stream/include/algorithm_stream.h \
../../components/audio_stream/include/pwm_stream.h \
../../components/audio_stream/include/tone_stream.h \
../../components/audio_stream/include/embed_flash_stream.h \
../../components/audio_stream/include/tts_stream.h \
## ESP Codec
../../components/esp-adf-libs/esp_codec/include/codec/esp_decoder.h \
../../components/esp-adf-libs/esp_codec/include/codec/audio_type_def.h \
## ESP Codec - Decoder
../../components/esp-adf-libs/esp_codec/include/codec/aac_decoder.h \
../../components/esp-adf-libs/esp_codec/include/codec/amr_decoder.h \
../../components/esp-adf-libs/esp_codec/include/codec/flac_decoder.h \
../../components/esp-adf-libs/esp_codec/include/codec/mp3_decoder.h \
../../components/esp-adf-libs/esp_codec/include/codec/ogg_decoder.h \
../../components/esp-adf-libs/esp_codec/include/codec/opus_decoder.h \
../../components/esp-adf-libs/esp_codec/include/codec/wav_decoder.h \
## ESP Codec - Encoder
../../components/esp-adf-libs/esp_codec/include/codec/amrnb_encoder.h \
../../components/esp-adf-libs/esp_codec/include/codec/amrwb_encoder.h \
../../components/esp-adf-libs/esp_codec/include/codec/wav_encoder.h \
## ESP Codec - Auto
../../components/esp-adf-libs/esp_codec/include/codec/auto_aac_dec.h \
../../components/esp-adf-libs/esp_codec/include/codec/auto_amr_dec.h \
../../components/esp-adf-libs/esp_codec/include/codec/auto_flac_dec.h \
../../components/esp-adf-libs/esp_codec/include/codec/auto_mp3_dec.h \
../../components/esp-adf-libs/esp_codec/include/codec/auto_ogg_dec.h \
../../components/esp-adf-libs/esp_codec/include/codec/auto_opus_dec.h \
../../components/esp-adf-libs/esp_codec/include/codec/auto_wav_dec.h \
## Audio Processing
../../components/esp-adf-libs/esp_codec/include/processing/wav_head.h \
../../components/esp-adf-libs/esp_codec/include/processing/esp_downmix.h \
../../components/esp-adf-libs/esp_codec/include/processing/esp_equalizer.h \
../../components/esp-adf-libs/esp_codec/include/processing/esp_resample.h \
../../components/esp-adf-libs/esp_codec/include/processing/esp_sonic.h \
## Audio Processing Wrappers
../../components/esp-adf-libs/esp_codec/include/codec/downmix.h \
../../components/esp-adf-libs/esp_codec/include/codec/equalizer.h \
../../components/esp-adf-libs/esp_codec/include/codec/filter_resample.h \
../../components/esp-adf-libs/esp_codec/include/codec/audio_sonic.h \
## ESP Audio
../../components/esp-adf-libs/esp_audio/include/audio_def.h \
../../components/esp-adf-libs/esp_audio/include/esp_audio.h \
## Speech Recognition
../../components/audio_recorder/include/audio_recorder.h \
../../components/audio_recorder/include/recorder_encoder.h \
../../components/audio_recorder/include/recorder_sr.h \
## Common Peripherals
../../components/esp_peripherals/include/esp_peripherals.h \
../../components/esp_peripherals/include/periph_sdcard.h \
../../components/esp_peripherals/include/periph_touch.h \
../../components/esp_peripherals/include/periph_button.h \
../../components/esp_peripherals/include/periph_led.h \
../../components/esp_peripherals/include/periph_wifi.h \
../../components/esp_peripherals/include/periph_console.h \
../../components/esp_peripherals/include/periph_spiffs.h \
../../components/esp_peripherals/include/periph_is31fl3216.h \
../../components/esp_peripherals/include/periph_adc_button.h \
## Audio HAL
../../components/audio_board/include/board_pins_config.h \
../../components/audio_hal/driver/es8388/es8388.h \
../../components/audio_hal/driver/es8374/es8374.h \
../../components/audio_hal/driver/zl38063/zl38063.h \
../../components/audio_hal/include/audio_hal.h \
## Audio SAL
../../components/audio_sal/include/audio_mutex.h \
../../components/audio_sal/include/audio_mem.h \
## Services
../../components/bluetooth_service/include/bluetooth_service.h \
../../components/bluetooth_service/include/hfp_stream.h \
../../components/bluetooth_service/include/bt_keycontrol.h \
../../components/bluetooth_service/include/a2dp_stream.h \
../../components/input_key_service/include/input_key_service.h \
../../components/input_key_service/include/input_key_com_user_id.h \
../../components/dueros_service/include/dueros_service.h \
../../components/display_service/include/display_service.h \
../../components/display_service/led_bar/include/led_bar_aw2013.h \
../../components/display_service/led_bar/include/led_bar_is31x.h \
../../components/display_service/led_bar/include/led_bar_ws2812.h \
../../components/display_service/led_indicator/include/led_indicator.h \
../../components/coredump_upload_service/include/coredump_upload_service.h \
../../components/battery_service/include/battery_service.h \
../../components/battery_service/monitors/include/voltage_monitor.h \
../../components/ota_service/include/ota_service.h \
../../components/ota_service/include/esp_fs_ota.h \
../../components/ota_service/include/ota_proc_default.h \
## Dispatcher framwork
../../components/esp_dispatcher/include/periph_service.h \
../../components/esp_dispatcher/include/audio_service.h \
## Cloud Services
../../components/wifi_service/include/airkiss_config.h \
../../components/wifi_service/include/blufi_config.h \
../../components/wifi_service/include/smart_config.h \
../../components/wifi_service/include/esp_wifi_setting.h \
../../components/wifi_service/include/wifi_service.h \
../../components/wifi_service/include/wifi_ssid_manager.h \
## Playlist
../../components/playlist/include/dram_list.h \
../../components/playlist/include/flash_list.h \
../../components/playlist/include/partition_list.h \
../../components/playlist/include/sdcard_list.h \
../../components/playlist/include/playlist.h \
../../components/playlist/include/sdcard_scan.h \
## Codec Device
../../components/esp_codec_dev/include/esp_codec_dev.h \
../../components/esp_codec_dev/include/esp_codec_dev_vol.h \
../../components/esp_codec_dev/include/esp_codec_dev_defaults.h \
../../components/esp_codec_dev/include/esp_codec_dev_os.h \
../../components/esp_codec_dev/include/esp_codec_dev_types.h \
../../components/esp_codec_dev/interface/audio_codec_vol_if.h \
../../components/esp_codec_dev/interface/audio_codec_if.h \
../../components/esp_codec_dev/interface/audio_codec_gpio_if.h \
../../components/esp_codec_dev/interface/audio_codec_data_if.h \
../../components/esp_codec_dev/interface/audio_codec_ctrl_if.h \
##
## Audio Player
##
## Get warnings for functions that have no documentation for their parameters or return value
##
WARN_NO_PARAMDOC = YES
## Enable preprocessing and remove __attribute__(...) expressions from the INPUT files
##
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED = \
__attribute__(x)= \
IRAM_ATTR= \
configSUPPORT_DYNAMIC_ALLOCATION=1 \
configSUPPORT_STATIC_ALLOCATION=1 \
configQUEUE_REGISTRY_SIZE=1 \
configUSE_RECURSIVE_MUTEXES=1 \
configTHREAD_LOCAL_STORAGE_DELETE_CALLBACKS=1 \
configNUM_THREAD_LOCAL_STORAGE_POINTERS=1 \
configUSE_APPLICATION_TASK_TAG=1
## Do not complain about not having dot
##
HAVE_DOT = NO
## Generate XML that is required for Breathe
##
GENERATE_XML = YES
XML_OUTPUT = xml
GENERATE_HTML = NO
HAVE_DOT = NO
GENERATE_LATEX = NO
GENERATE_MAN = YES
GENERATE_RTF = NO
## Skip distracting progress messages
##
QUIET = YES
## Log warnings in a file for further review
##
WARN_LOGFILE = "doxygen-warning-log.txt"