forked from Apra-Labs/ApraPipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doxyfile
58 lines (56 loc) · 2.11 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
# Doxyfile configuration file
# Project name and version
PROJECT_NAME = "ApraPipes"
PROJECT_NUMBER = 1.0
# The directory where the documentation will be created
OUTPUT_DIRECTORY = ./documents
# The root directory of the source code
INPUT = ./base/include ./base/src ./data/gh-pages-assets/pages/index.md ./data/gh-pages-assets/pages/introduction.md ./data/gh-pages-assets/pages/Tutorial_Adding_New_Module.md ./data/gh-pages-assets/pages/CUDAKernelProgrammingGuide.md
# File patterns to include in the documentation
FILE_PATTERNS = *.h *.hpp *.c *.cpp *.md
# Exclude directories and files
EXCLUDE = *
# Recurse through subdirectories
RECURSIVE = YES
# Generate documentation for all entities
EXTRACT_ALL = YES
# Strip implementation details from documentation
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_CLASSES = YES
MARKDOWN_SUPPORT = YES
USE_MDFILE_AS_MAINPAGE = index.md
# Configuration options for HTML output
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_COLORSTYLE = LIGHT
HTML_COLORSTYLE_HUE = 77
HTML_COLORSTYLE_SAT = 147
HTML_COLORSTYLE_GAMMA = 115
HTML_TIMESTAMP = YES
HTML_FOOTER = data/gh-pages-assets/pages/footer.html
HTML_HEADER = data/gh-pages-assets/pages/logo.html
# Configuration options for LaTeX output
GENERATE_LATEX = NO
# Configuration options for Man pages (UNIX specific)
GENERATE_MAN = NO
LATEX_OUTPUT = latex
# Additional include paths
INCLUDE_PATH =
# Predefined macros
PREDEFINED =
# Enable collaboration diagram
HAVE_DOT = YES
UML_LOOK = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES
IMAGE_PATH = data\gh-pages-assets\_images
HTML_EXTRA_STYLESHEET = data/gh-pages-assets/pages/custom.css
SHOW_NAMESPACES = NO
SHOW_FILES = NO
GENERATE_TREEVIEW = YES
DISABLE_INDEX = NO
HTML_EXTRA_FILES = data/gh-pages-assets/_images/apralogo.png
#$darkmode = YES