-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
201 lines (179 loc) · 5.49 KB
/
Copy pathDoxyfile
File metadata and controls
201 lines (179 loc) · 5.49 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
# Doxyfile for k6 Load Testing Framework - ChatApp
# Generated for automated documentation generation via Doxygen
PROJECT_NAME = "ChatApp Load Testing Framework"
PROJECT_NUMBER = "1.0"
PROJECT_BRIEF = "k6-based load testing suite for Chatwoot-based support platform"
PROJECT_LOGO =
# Input & Output
INPUT = lib/ scripts/ services/
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.js
RECURSIVE = YES
EXCLUDE = services/node_modules/ project/ results/ .git/
EXCLUDE_PATTERNS = */node_modules/*
EXCLUDE_SYMBOLS =
# Documentation Processing
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_PACKAGE = NO
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = NO
EXTRACT_LOCAL_METHODS = NO
EXTRACT_ANONYMOUS_NAMESPACES = NO
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
HIDE_FRIEND_COMPOUNDS = YES
SORT_MEMBER_DOCS = YES
SORT_BRIEF_DOCS = NO
SORT_MEMBERS_CTORS_1ST = NO
SORT_GROUP_NAMES = NO
# Build Related Configuration Options
WARN_NO_PARAMDOC = YES
WARN_AS_ERROR = NO
# Configuration options related to the HTML output
GENERATE_HTML = YES
HTML_OUTPUT = docs/generated
HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
HTML_STYLESHEET =
HTML_EXTRA_STYLESHEET =
HTML_EXTRA_FILES =
HTML_COLORSTYLE_HUE = 220
HTML_COLORSTYLE_SAT = 100
HTML_COLORSTYLE_GAMMA = 80
HTML_TIMESTAMP = YES
HTML_DYNAMIC_SECTIONS = NO
HTML_INDEX_NUM_ENTRIES = 100
GENERATE_DOCSET = NO
GENERATE_HTMLHELP = NO
GENERATE_CHI = NO
GENERATE_QHP = NO
GENERATE_ECLIPSEHELP = NO
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_PERLMOD = NO
GENERATE_RTF = NO
GENERATE_AUTOGEN_DEF = NO
GENERATE_SQLITE3 = NO
GENERATE_XML = NO
GENERATE_DOCBOOK = NO
# Configuration options related to diagram generation
CLASS_DIAGRAMS = YES
MSCGEN_PATH =
DIA_PATH =
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = NO
DOT_NUM_THREADS = 0
DOT_FONTNAME = Helvetica
DOT_FONTSIZE = 10
DOT_GRAPH_MAX_NODES = 50
DOT_TRANSPARENT = NO
DOT_MULTIPLE_TARGETS = NO
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
# Configuration related to source browser
SOURCE_BROWSER = YES
SOURCE_TOOLTIPS = YES
USE_HTAGS = NO
VERBATIM_HEADERS = YES
CLANG_ASSISTED_PARSING = NO
CLANG_ADD_INC_PATHS = YES
CLANG_USE_HEADERS = YES
# Configuration options for the search engine
SEARCHENGINE = NO
SERVER_BASED_SEARCH = NO
EXTERNAL_SEARCH = NO
EXTERNAL_SEARCH_ID =
EXTRA_SEARCH_MAPPINGS =
# Configuration options related to the alphabetical class index
COLS_IN_ALPHA_INDEX = 5
# Configuration options related to the LaTeX output
LATEX_OUTPUT =
LATEX_CMD_NAME = latex
MAKEINDEX_CMD_NAME = makeindex
COMPACT_LATEX = NO
PAPER_TYPE = a4
EXTRA_PACKAGES =
LATEX_HEADER =
LATEX_FOOTER =
LATEX_EXTRA_STYLESHEET =
LATEX_EXTRA_FILES =
PDF_HYPERLINKS = YES
USE_PDFLATEX = YES
LATEX_BATCHMODE = NO
LATEX_HIDE_INDICES = NO
LATEX_SOURCE_CODE = NO
LATEX_BIB_STYLE = plain
LATEX_EMOJI_DIRECTORY =
# Configuration options related to the RTF output
RTF_OUTPUT =
COMPACT_RTF = NO
RTF_HYPERLINKS = NO
RTF_STYLESHEET_FILE =
RTF_EXTENSIONS_FILE =
# Configuration options related to the man page output
MAN_OUTPUT =
MAN_EXTENSION = .3
MAN_SUBDIR =
MAN_LINKS = NO
# Configuration options related to the XML output
XML_OUTPUT =
XML_PROGRAMLISTING = YES
XML_NS_MEMB_FILE_SCOPE = NO
# Configuration options related to the DOCBOOK output
DOCBOOK_OUTPUT =
DOCBOOK_PROGRAMLISTING = NO
# Configuration options for the AutoGen Definitions output
GENERATE_AUTOGEN_DEF = NO
# Configuration options related to the Perl module output
GENERATE_PERLMOD = NO
PERLMOD_LATEX = NO
PERLMOD_PRETTY = YES
PERLMOD_MAKEVAR_PREFIX =
# Configuration options related to the preprocessor
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = NO
EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
# Configuration options related to external references
TAGFILES =
GENERATE_TAGFILE =
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH =
# Configuration options related to the dot tool
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
GROUP_GRAPHS = YES
UML_LOOK = NO
UML_LIMIT_NUM_FIELDS = 10
TEMPLATE_RELATIONS = NO
DOT_IMAGE_FORMAT = png
INTERACTIVE_SVG = NO
DOT_PATH =
DOTFILE_DIRS =
MSCFILE_DIRS =
DIAFILE_DIRS =
PLANTUML_JAR_PATH =
PLANTUML_CFG_FILE =
PLANTUML_INCLUDE_PATH =
DOT_GRAPH_MAX_NODES = 50
MAX_DOT_GRAPH_DEPTH = 0
DOT_TRANSPARENT = NO
DOT_MULTIPLE_TARGETS = NO
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
# Configuration::additions related to the search engine
SEARCHENGINE_URL =
SEARCHDATA_SERVER =
EXTERNAL_SEARCH_ID =
EXTRA_SEARCH_MAPPINGS =
# Options for file version control systems:
HAVE_DOT = NO
# Configuration::addons