1 #############################################################################
3 ## Purpose: Doxygen configuration file for wxWidgets manual
4 ## Author: wxWidgets team
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 events Events\n"
51 ALIASES += event{1}="\li \b \1"
52 ALIASES += event{2}="\li \b \1, \2"
53 ALIASES += endEventTable="\n"
56 ALIASES += beginStyleTable="\section styles Styles\n"
57 ALIASES += style{1}="\li \b \1"
58 ALIASES += endStyleTable="\n"
61 ALIASES += beginExtraStyleTable="\section extrastyles Extra Styles\n"
62 ALIASES += endExtraStyleTable="\n"
65 ALIASES += library{1}="\section lib Library\n \b \1"
66 ALIASES += seealso="\section sa See also\n" # the default \sa command does not generate a \section!
67 ALIASES += stdobjects="\section stdobj Predefined objects\n \b"
69 # some formatting aliases
70 ALIASES += true="\b true"
71 ALIASES += false="\b false"
72 ALIASES += NULL="\b NULL"
74 # NOTE: we could put aliases also for e.g. @wxDefaultSize, @wxDefaultPosition, @wxID_ANY, etc
77 #---------------------------------------------------------------------------
78 # Build related configuration options
79 #---------------------------------------------------------------------------
83 EXTRACT_LOCAL_CLASSES = YES
84 EXTRACT_LOCAL_METHODS = NO
85 EXTRACT_ANON_NSPACES = YES
86 HIDE_UNDOC_MEMBERS = YES
87 HIDE_UNDOC_CLASSES = YES
88 HIDE_FRIEND_COMPOUNDS = NO
89 HIDE_IN_BODY_DOCS = NO
93 SHOW_INCLUDE_FILES = YES
95 SORT_MEMBER_DOCS = YES
97 SORT_BY_SCOPE_NAME = NO
98 GENERATE_TODOLIST = YES
99 GENERATE_TESTLIST = YES
100 GENERATE_BUGLIST = YES
101 GENERATE_DEPRECATEDLIST= YES
103 MAX_INITIALIZER_LINES = 30
104 SHOW_USED_FILES = YES
105 SHOW_DIRECTORIES = NO
106 FILE_VERSION_FILTER =
108 #---------------------------------------------------------------------------
109 # configuration options related to warning and progress messages
110 #---------------------------------------------------------------------------
113 WARN_IF_UNDOCUMENTED = NO
114 WARN_IF_DOC_ERROR = YES
115 WARN_NO_PARAMDOC = NO
116 WARN_FORMAT = "$file:$line: $text "
117 WARN_LOGFILE = doxygen.log
119 #---------------------------------------------------------------------------
120 # configuration options related to the input files
121 #---------------------------------------------------------------------------
122 INPUT = . ./overviews ../../include/interface
123 INPUT_ENCODING = UTF-8
124 FILE_PATTERNS = *.h *.txt
127 EXCLUDE_SYMLINKS = NO
132 EXAMPLE_RECURSIVE = YES
136 FILTER_SOURCE_FILES = NO
138 #---------------------------------------------------------------------------
139 # configuration options related to source browsing
140 #---------------------------------------------------------------------------
143 STRIP_CODE_COMMENTS = YES
144 REFERENCED_BY_RELATION = NO
145 REFERENCES_RELATION = NO
146 REFERENCES_LINK_SOURCE = YES
148 VERBATIM_HEADERS = NO
150 #---------------------------------------------------------------------------
151 # configuration options related to the alphabetical class index
152 #---------------------------------------------------------------------------
153 ALPHABETICAL_INDEX = YES
154 COLS_IN_ALPHA_INDEX = 5
157 #---------------------------------------------------------------------------
158 # configuration options related to the HTML output
159 #---------------------------------------------------------------------------
162 HTML_FILE_EXTENSION = .html
163 HTML_HEADER = htmlheader.inc
164 HTML_FOOTER = htmlfooter.inc
166 HTML_ALIGN_MEMBERS = YES
167 GENERATE_HTMLHELP = NO
168 HTML_DYNAMIC_SECTIONS = NO
175 ENUM_VALUES_PER_LINE = 4
176 GENERATE_TREEVIEW = NO
179 #---------------------------------------------------------------------------
180 # configuration options related to the LaTeX output
181 #---------------------------------------------------------------------------
184 LATEX_CMD_NAME = latex
185 MAKEINDEX_CMD_NAME = makeindex
193 LATEX_HIDE_INDICES = NO
195 #---------------------------------------------------------------------------
196 # configuration options related to the RTF output
197 #---------------------------------------------------------------------------
202 RTF_STYLESHEET_FILE =
203 RTF_EXTENSIONS_FILE =
205 #---------------------------------------------------------------------------
206 # configuration options related to the man page output
207 #---------------------------------------------------------------------------
213 #---------------------------------------------------------------------------
214 # configuration options related to the XML output
215 #---------------------------------------------------------------------------
220 XML_PROGRAMLISTING = YES
222 #---------------------------------------------------------------------------
223 # configuration options for the AutoGen Definitions output
224 #---------------------------------------------------------------------------
225 GENERATE_AUTOGEN_DEF = NO
227 #---------------------------------------------------------------------------
228 # configuration options related to the Perl module output
229 #---------------------------------------------------------------------------
230 GENERATE_PERLMOD = NO
233 PERLMOD_MAKEVAR_PREFIX =
235 #---------------------------------------------------------------------------
236 # Configuration options related to the preprocessor
237 #---------------------------------------------------------------------------
238 ENABLE_PREPROCESSING = YES
240 EXPAND_ONLY_PREDEF = NO
241 SEARCH_INCLUDES = YES
243 INCLUDE_FILE_PATTERNS =
246 SKIP_FUNCTION_MACROS = YES
248 #---------------------------------------------------------------------------
249 # Configuration::additions related to external references
250 #---------------------------------------------------------------------------
254 EXTERNAL_GROUPS = YES
255 PERL_PATH = /usr/bin/perl
257 #---------------------------------------------------------------------------
258 # Configuration options related to the dot tool
259 #---------------------------------------------------------------------------
262 HIDE_UNDOC_RELATIONS = YES
265 COLLABORATION_GRAPH = NO
268 TEMPLATE_RELATIONS = NO
270 INCLUDED_BY_GRAPH = NO
273 GRAPHICAL_HIERARCHY = NO
275 DOT_IMAGE_FORMAT = png
278 DOT_GRAPH_MAX_NODES = 50
279 MAX_DOT_GRAPH_DEPTH = 1000
281 DOT_MULTI_TARGETS = NO
282 GENERATE_LEGEND = YES
285 #---------------------------------------------------------------------------
286 # Configuration::additions related to the search engine
287 #---------------------------------------------------------------------------