-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
36 lines (28 loc) · 1.04 KB
/
Doxyfile
File metadata and controls
36 lines (28 loc) · 1.04 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
25
26
27
28
29
30
31
32
33
34
35
36
PROJECT_NAME = "ROOT"
PROJECT_BRIEF = "ROOT project"
OUTPUT_DIRECTORY = docs/
INPUT = ./README.md ./ROOT/ROOT ./ROOT/tests ./libROOT/libROOT ./libROOT/tests
USE_MDFILE_AS_MAINPAGE = ./README.md
EXCLUDE = ./external ./build ./.clang-tidy ./.clang-format ./cmake-build-debug ./cmake-build-release
FILE_PATTERNS = *.cxx *.cpp *.c *.h *.hxx *.hpp *.h++ *.md *.txt *.clang-format *.clang-tidy
RECURSIVE = YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
GENERATE_HTML = YES
HTML_OUTPUT = html
GENERATE_LATEX = NO
MARKDOWN_SUPPORT = YES
CLASS_DIAGRAMS = YES
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
UML_LOOK = YES
UML_LIMIT_NUM_FIELDS = 50
TEMPLATE_RELATIONS = YES
DOT_GRAPH_MAX_NODES = 100
MAX_DOT_GRAPH_DEPTH = 0
DOT_TRANSPARENT = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES
DIRECTORY_GRAPH = YES