-
Notifications
You must be signed in to change notification settings - Fork 14
/
Doxyfile
60 lines (59 loc) · 2.33 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
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "Vulkan2D"
PROJECT_BRIEF = "2D renderer written in C using Vulkan and SDL2"
ALLOW_UNICODE_NAMES = NO
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
ABBREVIATE_BRIEF = "The $name class" \
"The $name widget" \
"The $name file" \
is \
provides \
specifies \
contains \
represents \
a \
an \
the
OPTIMIZE_OUTPUT_FOR_C = YES
INPUT = ./VK2D ./docs ./ ./assets/gif ./examples/retrolook/example.gif ./examples/shadowsglsl/example.gif
FILE_PATTERNS = *.h \
*.md
RECURSIVE = NO
EXCLUDE = VulkanMemoryAllocator/ \
*.c \
VK2D/tinyobj_loader_c.h \
VK2D/stb_image.h \
VK2D/Blobs.h \
VK2D/Buffer.h \
VK2D/Constants.h \
VK2D/DescriptorBuffer.h \
VK2D/DescripterControl.h \
VK2D/Image.h \
VK2D/Initializers.h \
VK2D/LogicalDevice.h \
VK2D/Math.h \
VK2D/Opaque.h \
VK2D/PhysicalDevice.h \
VK2D/Pipeline.h \
VK2D/BlendModes.h \
VK2D/RendererMeta.h \
VK2D/Validation.h \
VK2D/Util.h
#HTML_HEADER = header.html
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
doxygen-awesome-css/doxygen-custom/custom.css \
doxygen-awesome-css/doxygen-awesome-sidebar-only.css
#HTML_EXTRA_FILES =
HTML_COLORSTYLE = LIGHT
GENERATE_TREEVIEW = YES
DISABLE_INDEX = NO
FULL_SIDEBAR = NO
USE_MDFILE_AS_MAINPAGE = "./README.md"
HTML_COLORSTYLE = LIGHT
HTML_COLORSTYLE_HUE = 209
HTML_COLORSTYLE_SAT = 255
HTML_COLORSTYLE_GAMMA = 113
GENERATE_LATEX = NO
IMAGE_PATH = docs