-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathDoxyfile
More file actions
27 lines (24 loc) · 793 Bytes
/
Doxyfile
File metadata and controls
27 lines (24 loc) · 793 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
# Project identity
PROJECT_NAME = "Parallel Programming Course"
PROJECT_BRIEF = "Parallel Programming Course"
# Input
INPUT = modules/task/include \
modules/util/include \
modules/util/src \
modules/performance/include \
modules/runners/include \
modules/runners/src
FILE_PATTERNS = *.h *.c *.hpp *.cpp
RECURSIVE = YES
# Build
GENERATE_HTML = NO
GENERATE_LATEX = NO
GENERATE_XML = YES
XML_OUTPUT = xml
# Docs
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_TEMPLATE_PARAMS = YES
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = NO