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
100 EXCLUDE_SYMLINKS = NO
105 EXAMPLE_RECURSIVE = NO
109 FILTER_SOURCE_FILES = NO
110 #---------------------------------------------------------------------------
111 # configuration options related to source browsing
112 #---------------------------------------------------------------------------
115 STRIP_CODE_COMMENTS = NO
116 REFERENCED_BY_RELATION = YES
117 REFERENCES_RELATION = YES
118 REFERENCES_LINK_SOURCE = YES
120 VERBATIM_HEADERS = YES
121 #---------------------------------------------------------------------------
122 # configuration options related to the alphabetical class index
123 #---------------------------------------------------------------------------
124 ALPHABETICAL_INDEX = NO
125 COLS_IN_ALPHA_INDEX = 5
127 #---------------------------------------------------------------------------
128 # configuration options related to the HTML output
129 #---------------------------------------------------------------------------
132 HTML_FILE_EXTENSION = .html
136 HTML_ALIGN_MEMBERS = YES
137 GENERATE_HTMLHELP = NO
138 HTML_DYNAMIC_SECTIONS = NO
145 ENUM_VALUES_PER_LINE = 4
146 GENERATE_TREEVIEW = YES
148 #---------------------------------------------------------------------------
149 # configuration options related to the LaTeX output
150 #---------------------------------------------------------------------------
153 LATEX_CMD_NAME = latex
154 MAKEINDEX_CMD_NAME = makeindex
162 LATEX_HIDE_INDICES = NO
163 #---------------------------------------------------------------------------
164 # configuration options related to the RTF output
165 #---------------------------------------------------------------------------
170 RTF_STYLESHEET_FILE =
171 RTF_EXTENSIONS_FILE =
172 #---------------------------------------------------------------------------
173 # configuration options related to the man page output
174 #---------------------------------------------------------------------------
179 #---------------------------------------------------------------------------
180 # configuration options related to the XML output
181 #---------------------------------------------------------------------------
186 XML_PROGRAMLISTING = YES
187 #---------------------------------------------------------------------------
188 # configuration options for the AutoGen Definitions output
189 #---------------------------------------------------------------------------
190 GENERATE_AUTOGEN_DEF = NO
191 #---------------------------------------------------------------------------
192 # configuration options related to the Perl module output
193 #---------------------------------------------------------------------------
194 GENERATE_PERLMOD = NO
197 PERLMOD_MAKEVAR_PREFIX =
198 #---------------------------------------------------------------------------
199 # Configuration options related to the preprocessor
200 #---------------------------------------------------------------------------
201 ENABLE_PREPROCESSING = YES
202 MACRO_EXPANSION = YES
203 EXPAND_ONLY_PREDEF = YES
204 SEARCH_INCLUDES = YES
206 INCLUDE_FILE_PATTERNS =
207 PREDEFINED = "__attribute__(x)="
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
242 DOT_MULTI_TARGETS = NO
243 GENERATE_LEGEND = YES
245 #---------------------------------------------------------------------------
246 # Configuration::additions related to the search engine
247 #---------------------------------------------------------------------------