-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDoxyfile
58 lines (50 loc) · 2.22 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 1.8.17
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = doxy2json
PROJECT_NUMBER = development
OUTPUT_DIRECTORY = api
ALWAYS_DETAILED_SEC = YES
JAVADOC_AUTOBRIEF = YES
OPTIMIZE_OUTPUT_JAVA = YES
MARKDOWN_SUPPORT = YES
TOC_INCLUDE_HEADINGS = 0
IDL_PROPERTY_SUPPORT = NO
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_STATIC = YES
HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_CLASSES = YES
SORT_GROUP_NAMES = YES
SORT_BY_SCOPE_NAME = YES
SHOW_USED_FILES = NO
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = scripts/doxygen
FILE_PATTERNS = *.md \
*.py
USE_MDFILE_AS_MAINPAGE = index.md
#---------------------------------------------------------------------------
# Configuration options related to source browsing
#---------------------------------------------------------------------------
VERBATIM_HEADERS = NO
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML = NO
HTML_COLORSTYLE_HUE = 210
HTML_COLORSTYLE_SAT = 150
HTML_COLORSTYLE_GAMMA = 90
HTML_DYNAMIC_SECTIONS = YES
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX = NO
#---------------------------------------------------------------------------
# Configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = YES
XML_PROGRAMLISTING = NO