1 DOXYFILE_ENCODING = UTF-8
6 OUTPUT_LANGUAGE = English
7 BRIEF_MEMBER_DESC = YES
9 ABBREVIATE_BRIEF = "The $name class" \
20 ALWAYS_DETAILED_SEC = NO
21 INLINE_INHERITED_MEMB = NO
26 JAVADOC_AUTOBRIEF = NO
28 MULTILINE_CPP_IS_BRIEF = NO
30 SEPARATE_MEMBER_PAGES = NO
33 OPTIMIZE_OUTPUT_FOR_C = YES
34 OPTIMIZE_OUTPUT_JAVA = NO
35 BUILTIN_STL_SUPPORT = NO
37 DISTRIBUTE_GROUP_DOC = NO
40 ALIASES += luastack="\par Lua Stack:"
41 ALIASES += lvalue="- \em value "
42 ALIASES += lparam="- \em param "
43 ALIASES += lreturn="- \em returns "
44 ALIASES += lfield="- \em fields "
46 #---------------------------------------------------------------------------
47 # Build related configuration options
48 #---------------------------------------------------------------------------
52 EXTRACT_LOCAL_CLASSES = YES
53 EXTRACT_LOCAL_METHODS = YES
54 EXTRACT_ANON_NSPACES = YES
55 HIDE_UNDOC_MEMBERS = NO
56 HIDE_UNDOC_CLASSES = NO
57 HIDE_FRIEND_COMPOUNDS = NO
58 HIDE_IN_BODY_DOCS = NO
60 CASE_SENSE_NAMES = YES
62 SHOW_INCLUDE_FILES = YES
64 SORT_MEMBER_DOCS = YES
66 SORT_BY_SCOPE_NAME = NO
67 GENERATE_TODOLIST = YES
68 GENERATE_TESTLIST = YES
69 GENERATE_BUGLIST = YES
70 GENERATE_DEPRECATEDLIST= YES
72 MAX_INITIALIZER_LINES = 30
76 #---------------------------------------------------------------------------
77 # configuration options related to warning and progress messages
78 #---------------------------------------------------------------------------
81 WARN_IF_UNDOCUMENTED = YES
82 WARN_IF_DOC_ERROR = YES
84 WARN_FORMAT = "$file:$line: $text"
86 #---------------------------------------------------------------------------
87 # configuration options related to the input files
88 #---------------------------------------------------------------------------
89 INPUT = @awesome_SOURCE_DIR@
90 INPUT_ENCODING = UTF-8
104 EXAMPLE_RECURSIVE = NO
108 FILTER_SOURCE_FILES = NO
109 #---------------------------------------------------------------------------
110 # configuration options related to source browsing
111 #---------------------------------------------------------------------------
114 STRIP_CODE_COMMENTS = NO
115 REFERENCED_BY_RELATION = YES
116 REFERENCES_RELATION = YES
117 REFERENCES_LINK_SOURCE = YES
119 VERBATIM_HEADERS = YES
120 #---------------------------------------------------------------------------
121 # configuration options related to the alphabetical class index
122 #---------------------------------------------------------------------------
123 ALPHABETICAL_INDEX = NO
124 COLS_IN_ALPHA_INDEX = 5
126 #---------------------------------------------------------------------------
127 # configuration options related to the HTML output
128 #---------------------------------------------------------------------------
131 HTML_FILE_EXTENSION = .html
135 HTML_ALIGN_MEMBERS = YES
136 GENERATE_HTMLHELP = NO
137 HTML_DYNAMIC_SECTIONS = NO
144 ENUM_VALUES_PER_LINE = 4
145 GENERATE_TREEVIEW = YES
147 #---------------------------------------------------------------------------
148 # configuration options related to the LaTeX output
149 #---------------------------------------------------------------------------
152 LATEX_CMD_NAME = latex
153 MAKEINDEX_CMD_NAME = makeindex
161 LATEX_HIDE_INDICES = NO
162 #---------------------------------------------------------------------------
163 # configuration options related to the RTF output
164 #---------------------------------------------------------------------------
169 RTF_STYLESHEET_FILE =
170 RTF_EXTENSIONS_FILE =
171 #---------------------------------------------------------------------------
172 # configuration options related to the man page output
173 #---------------------------------------------------------------------------
178 #---------------------------------------------------------------------------
179 # configuration options related to the XML output
180 #---------------------------------------------------------------------------
185 XML_PROGRAMLISTING = YES
186 #---------------------------------------------------------------------------
187 # configuration options for the AutoGen Definitions output
188 #---------------------------------------------------------------------------
189 GENERATE_AUTOGEN_DEF = NO
190 #---------------------------------------------------------------------------
191 # configuration options related to the Perl module output
192 #---------------------------------------------------------------------------
193 GENERATE_PERLMOD = NO
196 PERLMOD_MAKEVAR_PREFIX =
197 #---------------------------------------------------------------------------
198 # Configuration options related to the preprocessor
199 #---------------------------------------------------------------------------
200 ENABLE_PREPROCESSING = YES
201 MACRO_EXPANSION = YES
202 EXPAND_ONLY_PREDEF = YES
203 SEARCH_INCLUDES = YES
205 INCLUDE_FILE_PATTERNS =
206 PREDEFINED = WITH_DBUS = \
209 SKIP_FUNCTION_MACROS = YES
210 #---------------------------------------------------------------------------
211 # Configuration::additions related to external references
212 #---------------------------------------------------------------------------
216 EXTERNAL_GROUPS = YES
217 PERL_PATH = /usr/bin/perl
218 #---------------------------------------------------------------------------
219 # Configuration options related to the dot tool
220 #---------------------------------------------------------------------------
223 HIDE_UNDOC_RELATIONS = YES
226 COLLABORATION_GRAPH = YES
229 TEMPLATE_RELATIONS = YES
231 INCLUDED_BY_GRAPH = YES
234 GRAPHICAL_HIERARCHY = YES
235 DIRECTORY_GRAPH = YES
236 DOT_IMAGE_FORMAT = png
239 DOT_GRAPH_MAX_NODES = 50
240 MAX_DOT_GRAPH_DEPTH = 1000
241 DOT_TRANSPARENT = YES
242 DOT_MULTI_TARGETS = NO
243 GENERATE_LEGEND = YES
245 #---------------------------------------------------------------------------
246 # Configuration::additions related to the search engine
247 #---------------------------------------------------------------------------