-
Notifications
You must be signed in to change notification settings - Fork 52
/
Doxyfile
61 lines (54 loc) · 1.68 KB
/
Doxyfile
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
L
# Project related configuration options
PROJECT_NAME = Simit
OUTPUT_DIRECTORY = doc
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = YES
TAB_SIZE = 4
MARKDOWN_SUPPORT = YES
AUTOLINK_SUPPORT = YES
BUILTIN_STL_SUPPORT = YES
DISTRIBUTE_GROUP_DOC = YES
# Build related configuration options
EXTRACT_ALL = YES
CLASS_DIAGRAMS = YES
HAVE_DOT = YES
COLLABORATION_GRAPH = NO
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = NO
GENERATE_DEPRECATEDLIST= YES
SHOW_FILES = YES
SHOW_NAMESPACES = YES
# Configuration options related to the input files
INPUT = src misc/MainPage.h
FILE_PATTERNS = *.h
RECURSIVE = YES
EXCLUDE = build xcode test tmp
EXAMPLE_PATH = examples
EXAMPLE_RECURSIVE = YES
# Configuration options related to source browsing
SOURCE_BROWSER = NO
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = NO
REFERENCES_RELATION = NO
REFERENCES_LINK_SOURCE = YES
SOURCE_TOOLTIPS = YES
# Configuration options related to the alphabetical class index
ALPHABETICAL_INDEX = NO
# Configuration options related to the HTML output
GENERATE_HTML = YES
HTML_OUTPUT = .
HTML_FILE_EXTENSION = .html
HTML_TIMESTAMP = NO
HTML_DYNAMIC_SECTIONS = NO
GENERATE_TREEVIEW = YES
SEARCHENGINE = YES
# Configuration options related to the LaTeX output
GENERATE_LATEX = NO