forked from DLTcollab/tangle-accelerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDoxyfile
29 lines (29 loc) · 1.04 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
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "tangle-accelerator"
PROJECT_NUMBER = 0.9.5
OUTPUT_DIRECTORY = docs/
OPTIMIZE_OUTPUT_FOR_C = YES
INPUT = . \
accelerator \
accelerator/core \
accelerator/core/request \
accelerator/core/response \
accelerator/core/serializer \
endpoint \
endpoint/endpointComp \
endpoint/hal \
endpoint \
utils \
utils/cache \
common \
storage \
connectivity/mqtt \
connectivity/http
FILE_PATTERNS = *.h \
*.md \
*.c
EXAMPLE_PATH = tests
EXAMPLE_PATTERNS = test_*
USE_MDFILE_AS_MAINPAGE = README.md
GENERATE_LATEX = NO
QUIET = YES