-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathdoxyfile
More file actions
27 lines (24 loc) · 712 Bytes
/
doxyfile
File metadata and controls
27 lines (24 loc) · 712 Bytes
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
# GENERAL
PROJECT_NAME = "ArrowDL"
OUTPUT_DIRECTORY = "../../doxy-ArrowDL/"
OUTPUT_LANGUAGE = English
GENERATE_HTML = YES
GENERATE_LATEX = NO
HTML_OUTPUT = html
# Input
INPUT = ./LICENSE \
./README.md \
./src
RECURSIVE = YES
# Build
EXTRACT_ALL = NO
EXTRACT_PRIVATE = YES
EXTRACT_PACKAGE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_METHODS = YES
EXTRACT_ANON_NSPACES = NO
EXCLUDE_PATTERNS = */test/* \
*/tests/* \
*/temp/* \
*/tempo/*