-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
24 lines (24 loc) · 1 KB
/
Doxyfile
File metadata and controls
24 lines (24 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PROJECT_NAME = "C(++)ECCO"
PROJECT_BRIEF = "C++ Error Control Coding Orrery: a header-only library for ECC simulations and experiments, modeling complete coding systems across arbitrary finite fields and complex inter-field relationships - Christian Senger <senger@inue.uni-stuttgart.de>"
RECURSIVE = YES
FILE_PATTERNS = *.hpp
SOURCE_BROWSER = YES
OUTPUT_DIRECTORY = doc
GENERATE_LATEX = NO
HTML_OUTPUT = html
EXCLUDE_PATTERNS = /bak/ */tests/*
HAVE_DOT = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES
CALL_GRAPH_DEPTH = 0 # 0 means unlimited depth
CALLER_GRAPH_DEPTH = 0
EXTRACT_ALL = YES
EXTRACT_STATIC = YES
UML_LOOK = YES
TEMPLATE_RELATIONS = YES
CLANG_ASSISTED_PARSING = YES
COLLABORATION_GRAPH = NO
PREDEFINED = DOXYGEN # DOXYGEN macro is defined in doxygen runs
DISABLE_INDEX = NO
FULL_SIDEBAR = NO
HTML_INDEX_NUM_ENTRIES = 1