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
31 SEPARATE_MEMBER_PAGES = NO
34 OPTIMIZE_OUTPUT_FOR_C = YES
35 OPTIMIZE_OUTPUT_JAVA = NO
36 BUILTIN_STL_SUPPORT = NO
38 DISTRIBUTE_GROUP_DOC = NO
41 ALIASES += luastack="\par Lua Stack:"
42 ALIASES += lvalue="- \em value "
43 ALIASES += lparam="- \em param "
44 ALIASES += lreturn="- \em returns "
45 ALIASES += lfield="- \em fields "
47 #---------------------------------------------------------------------------
48 # Build related configuration options
49 #---------------------------------------------------------------------------
53 EXTRACT_LOCAL_CLASSES = YES
54 EXTRACT_LOCAL_METHODS = YES
55 EXTRACT_ANON_NSPACES = YES
56 HIDE_UNDOC_MEMBERS = NO
57 HIDE_UNDOC_CLASSES = NO
58 HIDE_FRIEND_COMPOUNDS = NO
59 HIDE_IN_BODY_DOCS = NO
61 CASE_SENSE_NAMES = YES
63 SHOW_INCLUDE_FILES = YES
65 SORT_MEMBER_DOCS = YES
67 SORT_BY_SCOPE_NAME = NO
68 GENERATE_TODOLIST = YES
69 GENERATE_TESTLIST = YES
70 GENERATE_BUGLIST = YES
71 GENERATE_DEPRECATEDLIST= YES
73 MAX_INITIALIZER_LINES = 30
77 #---------------------------------------------------------------------------
78 # configuration options related to warning and progress messages
79 #---------------------------------------------------------------------------
82 WARN_IF_UNDOCUMENTED = YES
83 WARN_IF_DOC_ERROR = YES
85 WARN_FORMAT = "$file:$line: $text"
87 #---------------------------------------------------------------------------
88 # configuration options related to the input files
89 #---------------------------------------------------------------------------
90 INPUT = @awesome_SOURCE_DIR@
91 INPUT_ENCODING = UTF-8
102 EXCLUDE_SYMLINKS = NO
107 EXAMPLE_RECURSIVE = NO
111 FILTER_SOURCE_FILES = NO
112 #---------------------------------------------------------------------------
113 # configuration options related to source browsing
114 #---------------------------------------------------------------------------
117 STRIP_CODE_COMMENTS = NO
118 REFERENCED_BY_RELATION = YES
119 REFERENCES_RELATION = YES
120 REFERENCES_LINK_SOURCE = YES
122 VERBATIM_HEADERS = YES
123 #---------------------------------------------------------------------------
124 # configuration options related to the alphabetical class index
125 #---------------------------------------------------------------------------
126 ALPHABETICAL_INDEX = NO
127 COLS_IN_ALPHA_INDEX = 5
129 #---------------------------------------------------------------------------
130 # configuration options related to the HTML output
131 #---------------------------------------------------------------------------
134 HTML_FILE_EXTENSION = .html
138 HTML_ALIGN_MEMBERS = YES
139 GENERATE_HTMLHELP = NO
140 HTML_DYNAMIC_SECTIONS = NO
147 ENUM_VALUES_PER_LINE = 4
148 GENERATE_TREEVIEW = YES
150 #---------------------------------------------------------------------------
151 # configuration options related to the LaTeX output
152 #---------------------------------------------------------------------------
155 LATEX_CMD_NAME = latex
156 MAKEINDEX_CMD_NAME = makeindex
164 LATEX_HIDE_INDICES = NO
165 #---------------------------------------------------------------------------
166 # configuration options related to the RTF output
167 #---------------------------------------------------------------------------
172 RTF_STYLESHEET_FILE =
173 RTF_EXTENSIONS_FILE =
174 #---------------------------------------------------------------------------
175 # configuration options related to the man page output
176 #---------------------------------------------------------------------------
181 #---------------------------------------------------------------------------
182 # configuration options related to the XML output
183 #---------------------------------------------------------------------------
188 XML_PROGRAMLISTING = YES
189 #---------------------------------------------------------------------------
190 # configuration options for the AutoGen Definitions output
191 #---------------------------------------------------------------------------
192 GENERATE_AUTOGEN_DEF = NO
193 #---------------------------------------------------------------------------
194 # configuration options related to the Perl module output
195 #---------------------------------------------------------------------------
196 GENERATE_PERLMOD = NO
199 PERLMOD_MAKEVAR_PREFIX =
200 #---------------------------------------------------------------------------
201 # Configuration options related to the preprocessor
202 #---------------------------------------------------------------------------
203 ENABLE_PREPROCESSING = YES
204 MACRO_EXPANSION = YES
205 EXPAND_ONLY_PREDEF = YES
206 SEARCH_INCLUDES = YES
208 INCLUDE_FILE_PATTERNS =
209 PREDEFINED = "__attribute__(x)="
211 SKIP_FUNCTION_MACROS = YES
212 #---------------------------------------------------------------------------
213 # Configuration::additions related to external references
214 #---------------------------------------------------------------------------
218 EXTERNAL_GROUPS = YES
219 PERL_PATH = /usr/bin/perl
220 #---------------------------------------------------------------------------
221 # Configuration options related to the dot tool
222 #---------------------------------------------------------------------------
225 HIDE_UNDOC_RELATIONS = YES
228 COLLABORATION_GRAPH = YES
231 TEMPLATE_RELATIONS = YeS
233 INCLUDED_BY_GRAPH = YES
236 GRAPHICAL_HIERARCHY = YES
237 DIRECTORY_GRAPH = YES
238 DOT_IMAGE_FORMAT = png
241 DOT_GRAPH_MAX_NODES = 50
242 MAX_DOT_GRAPH_DEPTH = 1000
244 DOT_MULTI_TARGETS = NO
245 GENERATE_LEGEND = YES
247 #---------------------------------------------------------------------------
248 # Configuration::additions related to the search engine
249 #---------------------------------------------------------------------------