4 # Some placeholders have been added for MediaWiki usage:
11 # A number of MediaWiki-specific aliases are near the end of this file.
13 #---------------------------------------------------------------------------
14 # Project related configuration options
15 #---------------------------------------------------------------------------
16 PROJECT_NAME = MediaWiki
17 PROJECT_NUMBER = {{CURRENT_VERSION}}
18 OUTPUT_DIRECTORY = {{OUTPUT_DIRECTORY}}
20 OUTPUT_LANGUAGE = English
21 BRIEF_MEMBER_DESC = YES
23 ABBREVIATE_BRIEF = "The $name class" \
34 ALWAYS_DETAILED_SEC = NO
35 INLINE_INHERITED_MEMB = NO
37 STRIP_FROM_PATH = {{STRIP_FROM_PATH}}
40 JAVADOC_AUTOBRIEF = YES
41 MULTILINE_CPP_IS_BRIEF = NO
44 SEPARATE_MEMBER_PAGES = NO
46 OPTIMIZE_OUTPUT_FOR_C = NO
47 OPTIMIZE_OUTPUT_JAVA = NO
48 BUILTIN_STL_SUPPORT = NO
49 DISTRIBUTE_GROUP_DOC = YES
51 #---------------------------------------------------------------------------
52 # Build related configuration options
53 #---------------------------------------------------------------------------
57 EXTRACT_LOCAL_CLASSES = YES
58 EXTRACT_LOCAL_METHODS = NO
59 HIDE_UNDOC_MEMBERS = NO
60 HIDE_UNDOC_CLASSES = NO
61 HIDE_FRIEND_COMPOUNDS = NO
62 HIDE_IN_BODY_DOCS = YES
64 CASE_SENSE_NAMES = YES
66 SHOW_INCLUDE_FILES = YES
68 SORT_MEMBER_DOCS = YES
70 SORT_BY_SCOPE_NAME = NO
71 GENERATE_TODOLIST = YES
72 GENERATE_TESTLIST = YES
73 GENERATE_BUGLIST = YES
74 GENERATE_DEPRECATEDLIST= YES
76 MAX_INITIALIZER_LINES = 30
79 FILE_VERSION_FILTER = {{SVNSTAT}}
80 #---------------------------------------------------------------------------
81 # configuration options related to warning and progress messages
82 #---------------------------------------------------------------------------
85 WARN_IF_UNDOCUMENTED = YES
86 WARN_IF_DOC_ERROR = YES
88 WARN_FORMAT = "$file:$line: $text"
90 #---------------------------------------------------------------------------
91 # configuration options related to the input files
92 #---------------------------------------------------------------------------
137 EXCLUDE_SYMLINKS = YES
138 EXCLUDE_PATTERNS = LocalSettings.php AdminSettings.php
141 EXAMPLE_RECURSIVE = NO
145 FILTER_SOURCE_FILES = NO
146 #---------------------------------------------------------------------------
147 # configuration options related to source browsing
148 #---------------------------------------------------------------------------
151 STRIP_CODE_COMMENTS = YES
152 REFERENCED_BY_RELATION = YES
153 REFERENCES_RELATION = YES
155 VERBATIM_HEADERS = YES
156 #---------------------------------------------------------------------------
157 # configuration options related to the alphabetical class index
158 #---------------------------------------------------------------------------
159 ALPHABETICAL_INDEX = NO
160 COLS_IN_ALPHA_INDEX = 5
162 #---------------------------------------------------------------------------
163 # configuration options related to the HTML output
164 #---------------------------------------------------------------------------
167 HTML_FILE_EXTENSION = .html
171 HTML_ALIGN_MEMBERS = YES
172 GENERATE_HTMLHELP = NO
179 ENUM_VALUES_PER_LINE = 4
180 GENERATE_TREEVIEW = YES
182 #---------------------------------------------------------------------------
183 # configuration options related to the LaTeX output
184 #---------------------------------------------------------------------------
187 LATEX_CMD_NAME = latex
188 MAKEINDEX_CMD_NAME = makeindex
196 LATEX_HIDE_INDICES = NO
197 #---------------------------------------------------------------------------
198 # configuration options related to the RTF output
199 #---------------------------------------------------------------------------
204 RTF_STYLESHEET_FILE =
205 RTF_EXTENSIONS_FILE =
206 #---------------------------------------------------------------------------
207 # configuration options related to the man page output
208 #---------------------------------------------------------------------------
213 #---------------------------------------------------------------------------
214 # configuration options related to the XML output
215 #---------------------------------------------------------------------------
220 XML_PROGRAMLISTING = YES
221 #---------------------------------------------------------------------------
222 # configuration options for the AutoGen Definitions output
223 #---------------------------------------------------------------------------
224 GENERATE_AUTOGEN_DEF = NO
225 #---------------------------------------------------------------------------
226 # configuration options related to the Perl module output
227 #---------------------------------------------------------------------------
228 GENERATE_PERLMOD = NO
231 PERLMOD_MAKEVAR_PREFIX =
232 #---------------------------------------------------------------------------
233 # Configuration options related to the preprocessor
234 #---------------------------------------------------------------------------
235 ENABLE_PREPROCESSING = YES
237 EXPAND_ONLY_PREDEF = NO
238 SEARCH_INCLUDES = YES
240 INCLUDE_FILE_PATTERNS =
243 SKIP_FUNCTION_MACROS = YES
244 #---------------------------------------------------------------------------
245 # Configuration::additions related to external references
246 #---------------------------------------------------------------------------
250 EXTERNAL_GROUPS = YES
251 PERL_PATH = /usr/bin/perl
252 #---------------------------------------------------------------------------
253 # Configuration options related to the dot tool
254 #---------------------------------------------------------------------------
256 HIDE_UNDOC_RELATIONS = YES
259 COLLABORATION_GRAPH = YES
262 TEMPLATE_RELATIONS = NO
264 INCLUDED_BY_GRAPH = YES
266 GRAPHICAL_HIERARCHY = YES
267 DIRECTORY_GRAPH = YES
268 DOT_IMAGE_FORMAT = png
271 MAX_DOT_GRAPH_DEPTH = 1000
273 DOT_MULTI_TARGETS = NO
274 GENERATE_LEGEND = YES
276 #---------------------------------------------------------------------------
277 # Configuration::additions related to the search engine
278 #---------------------------------------------------------------------------
281 ALIASES = "type{1}=<b> \1 </b>:" \
282 "types{2}=<b> \1 </b> or <b> \2 </b>:" \
283 "types{3}=<b> \1 </b>, <b> \2 </b>, or <b> \3 </b>:" \
284 "arrayof{2}=<b> Array </b> of \2" \
286 "boolean=\type{Boolean}" \
288 "integer=\type{Integer}" \
290 "string=\type{String}" \
292 "mixed=\type{Mixed}" \
293 "access=\par Access:\n" \
294 "private=\access private" \
295 "protected=\access protected" \
296 "public=\access public"