forked from diasurgical/devilutionX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doxygen.config
35 lines (30 loc) · 1.03 KB
/
doxygen.config
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
PROJECT_NAME = "Devilution"
PROJECT_BRIEF = "Diablo devolved - magic behind the 1996 computer game"
USE_MDFILE_AS_MAINPAGE = README.md
OUTPUT_DIRECTORY = docs
INPUT = ./ ./Source ./docs
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.cpp \
*.h \
*.inc \
*.md
GENERATE_LATEX = NO
WARNINGS = YES
SOURCE_BROWSER = YES
EXTRACT_STATIC = YES
JAVADOC_AUTOBRIEF = YES
OPTIMIZE_OUTPUT_FOR_C = YES
SEPARATE_MEMBER_PAGES = YES
DOT_IMAGE_FORMAT = svg
INTERACTIVE_SVG = YES
HTML_COLORSTYLE_HUE = 0
HTML_COLORSTYLE_SAT = 125
HTML_COLORSTYLE_GAMMA = 200
# Call graphces alows logical navigation of the docs
CALL_GRAPH = YES
CALLER_GRAPH = YES
# all.h includes everything and everything inclues it so the graph is usless past depth 1
MAX_DOT_GRAPH_DEPTH = 1
# Not all files are documented yet
EXTRACT_ALL = YES