1 #############################################################################
3 ## Purpose: Doxygen configuration file for wxWidgets manual
4 ## Author: Francesco Montorsi
6 ## Licence: wxWindows license
7 #############################################################################
9 #---------------------------------------------------------------------------
10 # Project related configuration options
11 #---------------------------------------------------------------------------
13 DOXYFILE_ENCODING = UTF-8
14 PROJECT_NAME = wxWidgets
15 PROJECT_NUMBER = 2.9.0
16 OUTPUT_DIRECTORY = out
18 OUTPUT_LANGUAGE = English
19 BRIEF_MEMBER_DESC = YES
22 ALWAYS_DETAILED_SEC = YES
23 INLINE_INHERITED_MEMB = NO
28 JAVADOC_AUTOBRIEF = NO
30 MULTILINE_CPP_IS_BRIEF = NO
33 SEPARATE_MEMBER_PAGES = NO
35 OPTIMIZE_OUTPUT_FOR_C = NO
36 OPTIMIZE_OUTPUT_JAVA = NO
37 BUILTIN_STL_SUPPORT = NO
39 DISTRIBUTE_GROUP_DOC = NO
42 #---------------------------------------------------------------------------
44 #---------------------------------------------------------------------------
46 # This is the most important part of the wxWidgets Doxyfile; aliases allow
47 # us to keep the headers readable and "implement" wxWidgets-specific commands.
50 ALIASES = beginEventTable="\section class_events Events\n"
51 ALIASES += event{1}="\li \b <tt>\1</tt>"
52 ALIASES += event{2}="\li \b <tt>\1, \2</tt>"
53 ALIASES += endEventTable="\n"
56 ALIASES += beginStyleTable="\section class_styles Styles\n"
57 ALIASES += style{1}="\li \b \c \1"
58 ALIASES += endStyleTable="\n"
61 ALIASES += beginExtraStyleTable="\section class_extrastyles Extra Styles\n"
62 ALIASES += endExtraStyleTable="\n"
65 ALIASES += library{1}="\section class_lib Library\n \ref page_libs_\1"
66 ALIASES += nolibrary="\section class_lib Library\n None; this class implementation is entirely header-based."
67 ALIASES += stdobjects="\section class_stdobj Predefined objects\n \b"
69 # IMPORTANT: the default \sa command does not generate a \section!
70 ALIASES += seealso="\section class_sa See also\n"
72 # IMPORTANT: the \headerfile command does not work everywhere we'd need it,
73 # e.g. in the constants page we need to specify an header file
74 # even if they're not inside a \class, \function or \struct command....
75 ALIASES += header{1}="Include file:\n \verbatim #include <\1> @endverbatim"
77 # some formatting aliases
78 # NOTE: using <b> and <tt> tags is different from using \c \b because in the last case
79 # \c gets applied to the first word following and \b to the second word following;
80 # we want both bold and typetext attributes to be applied to the same word!
81 ALIASES += true="<b><tt>true</tt></b>"
82 ALIASES += false="<b><tt>false</tt></b>"
83 ALIASES += NULL="<b><tt>NULL</tt></b>"
85 # NOTE: we could put aliases also for e.g. @wxDefaultSize, @wxDefaultPosition, @wxID_ANY,
86 # @wxEmptyString, @wxNullIcon, etc etc
88 # table aliases for 2 and 3 column tables
89 ALIASES += beginTable="<center><table class='doctable'>"
90 ALIASES += beginInvisibleTable="<center><table class='doctable' border='0'>"
91 ALIASES += row2col{2}="<tr><td>\1</td> <td>\2</td></tr>"
92 ALIASES += row2col{3}="<tr><td>\1</td> <td>\2,\3</td></tr>"
93 ALIASES += row2col{4}="<tr><td>\1</td> <td>\2,\3,\4</td></tr>"
94 ALIASES += row2col{5}="<tr><td>\1</td> <td>\2,\3,\4,\5</td></tr>"
95 ALIASES += row2col{6}="<tr><td>\1</td> <td>\2,\3,\4,\5,\6</td></tr>"
96 ALIASES += row2col{7}="<tr><td>\1</td> <td>\2,\3,\4,\5,\6,\7</td></tr>"
97 ALIASES += row2col{8}="<tr><td>\1</td> <td>\2,\3,\4,\5,\6,\7,\8</td></tr>"
98 ALIASES += row2col{9}="<tr><td>\1</td> <td>\2,\3,\4,\5,\6,\7,\8,\9</td></tr>"
99 ALIASES += row2col{10}="<tr><td>\1</td> <td>\2,\3,\4,\5,\6,\7,\8,\9,\10</td></tr>"
100 ALIASES += row3col{3}="<tr><td>\1</td> <td>\2</td> <td>\3</td></tr>"
101 ALIASES += row3col{4}="<tr><td>\1</td> <td>\2</td> <td>\3,\4</td></tr>"
102 ALIASES += row3col{5}="<tr><td>\1</td> <td>\2</td> <td>\3,\4,\5</td></tr>"
103 ALIASES += row3col{6}="<tr><td>\1</td> <td>\2</td> <td>\3,\4,\5,\6</td></tr>"
104 ALIASES += row3col{7}="<tr><td>\1</td> <td>\2</td> <td>\3,\4,\5,\6,\7</td></tr>"
105 ALIASES += row3col{8}="<tr><td>\1</td> <td>\2</td> <td>\3,\4,\5,\6,\7,\8</td></tr>"
106 ALIASES += row3col{9}="<tr><td>\1</td> <td>\2</td> <td>\3,\4,\5,\6,\7,\8,\9</td></tr>"
107 ALIASES += row3col{10}="<tr><td>\1</td> <td>\2</td> <td>\3,\4,\5,\6,\7,\8,\9,\10</td></tr>"
108 ALIASES += endTable="</table></center>"
110 # definition list aliases
111 # a definition list currently is rendered as 2-column table but it may use as
112 # well the <dl>, <dt> and <dd> HTML tags in future.
113 # In any case a definition list differs from a table because of its semantic
114 # nature and because it is always the association of a "title" with a "description"
115 # (in contrast a table may have more than 2 columns of data)...
116 ALIASES += beginDefList="<table class='doclist'>"
117 ALIASES += itemdef{2}="<tr><td>\b \1</td> <td>\2</td></tr>"
118 ALIASES += itemdef{3}="<tr><td>\b \1</td> <td>\2,\3</td></tr>"
119 ALIASES += itemdef{4}="<tr><td>\b \1</td> <td>\2,\3,\4</td></tr>"
120 ALIASES += itemdef{5}="<tr><td>\b \1</td> <td>\2,\3,\4,\5</td></tr>"
121 ALIASES += itemdef{6}="<tr><td>\b \1</td> <td>\2,\3,\4,\5,\6</td></tr>"
122 ALIASES += itemdef{7}="<tr><td>\b \1</td> <td>\2,\3,\4,\5,\6,\7</td></tr>"
123 ALIASES += itemdef{8}="<tr><td>\b \1</td> <td>\2,\3,\4,\5,\6,\7,\8</td></tr>"
124 ALIASES += itemdef{9}="<tr><td>\b \1</td> <td>\2,\3,\4,\5,\6,\7,\8,\9</td></tr>"
125 ALIASES += itemdef{10}="<tr><td>\b \1</td> <td>\2,\3,\4,\5,\6,\7,\8,\9,\10</td></tr>"
126 ALIASES += endDefList="</table>"
128 # NOTE: these are important as you can't write in the docs
129 # just #ifdef since the # character is used by Doxygen
130 # for explicit linking; use the following aliases instead!
131 # However to avoid overwriting e.g. \if Doxygen command the _ character is postfixed
132 ALIASES += ifdef_="<b><tt>\#ifdef</tt></b>"
133 ALIASES += ifndef_="<b><tt>\#ifndef</tt></b>"
134 ALIASES += if_="<b><tt>\#if</tt></b>"
135 ALIASES += endif_="<b><tt>\#endif</tt></b>"
137 # See ENABLED_SECTIONS configuration key for more info about these:
138 ALIASES += beginWxPerlOnly="\if WXPERL_MANUAL \n <b>wxPerl note</b>\n\n"
139 ALIASES += endWxPerlOnly="\endif"
140 ALIASES += beginWxPythonOnly="\if WXPYTHON_MANUAL \n <b>wxPython note</b>\n\n"
141 ALIASES += endWxPythonOnly="\endif"
144 #---------------------------------------------------------------------------
145 # Build related configuration options
146 #---------------------------------------------------------------------------
150 EXTRACT_LOCAL_CLASSES = YES
151 EXTRACT_LOCAL_METHODS = NO
152 EXTRACT_ANON_NSPACES = YES
153 HIDE_UNDOC_MEMBERS = YES
154 HIDE_UNDOC_CLASSES = YES
155 HIDE_FRIEND_COMPOUNDS = NO
156 HIDE_IN_BODY_DOCS = NO
158 CASE_SENSE_NAMES = NO
159 HIDE_SCOPE_NAMES = NO
160 SHOW_INCLUDE_FILES = YES
162 SORT_MEMBER_DOCS = YES
163 SORT_BRIEF_DOCS = YES
164 SORT_BY_SCOPE_NAME = NO
165 GENERATE_TODOLIST = YES
166 GENERATE_TESTLIST = YES
167 GENERATE_BUGLIST = YES
168 GENERATE_DEPRECATEDLIST= YES
170 # can contain WXPERL_MANUAL, WXPYTHON_MANUAL keywords
173 MAX_INITIALIZER_LINES = 30
174 SHOW_USED_FILES = YES
175 SHOW_DIRECTORIES = NO
176 FILE_VERSION_FILTER =
178 #---------------------------------------------------------------------------
179 # configuration options related to warning and progress messages
180 #---------------------------------------------------------------------------
183 WARN_IF_UNDOCUMENTED = NO
184 WARN_IF_DOC_ERROR = YES
185 WARN_NO_PARAMDOC = NO
186 WARN_FORMAT = "$file:$line: $text "
187 WARN_LOGFILE = doxygen.log
189 #---------------------------------------------------------------------------
190 # configuration options related to the input files
191 #---------------------------------------------------------------------------
192 INPUT = ./mainpages ./overviews # ../../interface
193 INPUT_ENCODING = UTF-8
194 FILE_PATTERNS = *.h *.txt
197 EXCLUDE_SYMLINKS = NO
202 EXAMPLE_RECURSIVE = YES
206 FILTER_SOURCE_FILES = NO
208 #---------------------------------------------------------------------------
209 # configuration options related to source browsing
210 #---------------------------------------------------------------------------
213 STRIP_CODE_COMMENTS = YES
214 REFERENCED_BY_RELATION = NO
215 REFERENCES_RELATION = NO
216 REFERENCES_LINK_SOURCE = YES
218 VERBATIM_HEADERS = NO
220 #---------------------------------------------------------------------------
221 # configuration options related to the alphabetical class index
222 #---------------------------------------------------------------------------
223 ALPHABETICAL_INDEX = YES
224 COLS_IN_ALPHA_INDEX = 5
227 #---------------------------------------------------------------------------
228 # configuration options related to the HTML output
229 #---------------------------------------------------------------------------
232 HTML_FILE_EXTENSION = .html
233 HTML_HEADER = htmlheader.inc
234 HTML_FOOTER = htmlfooter.inc
236 HTML_ALIGN_MEMBERS = YES
237 GENERATE_HTMLHELP = NO
238 HTML_DYNAMIC_SECTIONS = NO
245 ENUM_VALUES_PER_LINE = 4
246 GENERATE_TREEVIEW = NO
249 #---------------------------------------------------------------------------
250 # configuration options related to the LaTeX output
251 #---------------------------------------------------------------------------
254 LATEX_CMD_NAME = latex
255 MAKEINDEX_CMD_NAME = makeindex
263 LATEX_HIDE_INDICES = NO
265 #---------------------------------------------------------------------------
266 # configuration options related to the RTF output
267 #---------------------------------------------------------------------------
272 RTF_STYLESHEET_FILE =
273 RTF_EXTENSIONS_FILE =
275 #---------------------------------------------------------------------------
276 # configuration options related to the man page output
277 #---------------------------------------------------------------------------
283 #---------------------------------------------------------------------------
284 # configuration options related to the XML output
285 #---------------------------------------------------------------------------
290 XML_PROGRAMLISTING = YES
292 #---------------------------------------------------------------------------
293 # configuration options for the AutoGen Definitions output
294 #---------------------------------------------------------------------------
295 GENERATE_AUTOGEN_DEF = NO
297 #---------------------------------------------------------------------------
298 # configuration options related to the Perl module output
299 #---------------------------------------------------------------------------
300 GENERATE_PERLMOD = NO
303 PERLMOD_MAKEVAR_PREFIX =
305 #---------------------------------------------------------------------------
306 # Configuration options related to the preprocessor
307 #---------------------------------------------------------------------------
308 ENABLE_PREPROCESSING = YES
310 EXPAND_ONLY_PREDEF = NO
311 SEARCH_INCLUDES = YES
313 INCLUDE_FILE_PATTERNS =
316 SKIP_FUNCTION_MACROS = YES
318 #---------------------------------------------------------------------------
319 # Configuration::additions related to external references
320 #---------------------------------------------------------------------------
324 EXTERNAL_GROUPS = YES
325 PERL_PATH = /usr/bin/perl
327 #---------------------------------------------------------------------------
328 # Configuration options related to the dot tool
329 #---------------------------------------------------------------------------
332 HIDE_UNDOC_RELATIONS = YES
335 COLLABORATION_GRAPH = NO
338 TEMPLATE_RELATIONS = NO
340 INCLUDED_BY_GRAPH = NO
343 GRAPHICAL_HIERARCHY = NO
345 DOT_IMAGE_FORMAT = png
348 DOT_GRAPH_MAX_NODES = 50
349 MAX_DOT_GRAPH_DEPTH = 1000
351 DOT_MULTI_TARGETS = NO
352 GENERATE_LEGEND = YES
355 #---------------------------------------------------------------------------
356 # Configuration::additions related to the search engine
357 #---------------------------------------------------------------------------