-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
37 lines (28 loc) · 968 Bytes
/
Copy pathDoxyfile
File metadata and controls
37 lines (28 loc) · 968 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
28
29
30
31
32
33
34
35
36
37
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "The SwappyItems Key-Values Store"
USE_MDFILE_AS_MAINPAGE = README.md
CREATE_SUBDIRS = NO
#OUTPUT_LANGUAGE = German
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
INTERNAL_DOCS = YES
CASE_SENSE_NAMES = YES
INPUT_ENCODING = UTF-8
# EXTENSION_MAPPING = .inc=md
FILE_PATTERNS = *.cpp *.hpp README.md
EXAMPLE_PATH = examples/
RECURSIVE = YES
EXCLUDE = docker/ plot/
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
# The default value is: NO.
INLINE_SOURCES = YES
USE_HTAGS = NO
GENERATE_HTML = YES
HTML_OUTPUT = docs
HTML_FILE_EXTENSION = .html
GENERATE_LATEX = NO
SEARCHENGINE = NO