Doxyfile revision bc0de433c25d224cf5f4743ba4a78131267c532d
1# This file is part of ltrace.
2# Copyright (C) 2006 Eric Vaitl, Cisco Systems, Inc.
3#
4# This program is free software; you can redistribute it and/or
5# modify it under the terms of the GNU General Public License as
6# published by the Free Software Foundation; either version 2 of the
7# License, or (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful, but
10# WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12# General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17# 02110-1301 USA
18
19# Doxyfile 1.5.1
20
21#---------------------------------------------------------------------------
22# Project related configuration options
23#---------------------------------------------------------------------------
24PROJECT_NAME           = ltrace-mips
25PROJECT_NUMBER         =
26OUTPUT_DIRECTORY       =
27CREATE_SUBDIRS         = NO
28OUTPUT_LANGUAGE        = English
29USE_WINDOWS_ENCODING   = NO
30BRIEF_MEMBER_DESC      = YES
31REPEAT_BRIEF           = YES
32ABBREVIATE_BRIEF       = "The $name class" \
33                         "The $name widget" \
34                         "The $name file" \
35                         is \
36                         provides \
37                         specifies \
38                         contains \
39                         represents \
40                         a \
41                         an \
42                         the
43ALWAYS_DETAILED_SEC    = NO
44INLINE_INHERITED_MEMB  = NO
45FULL_PATH_NAMES        = YES
46STRIP_FROM_PATH        =
47STRIP_FROM_INC_PATH    =
48SHORT_NAMES            = NO
49JAVADOC_AUTOBRIEF      = NO
50MULTILINE_CPP_IS_BRIEF = NO
51DETAILS_AT_TOP         = NO
52INHERIT_DOCS           = YES
53SEPARATE_MEMBER_PAGES  = NO
54TAB_SIZE               = 8
55ALIASES                =
56OPTIMIZE_OUTPUT_FOR_C  = NO
57OPTIMIZE_OUTPUT_JAVA   = NO
58BUILTIN_STL_SUPPORT    = NO
59DISTRIBUTE_GROUP_DOC   = NO
60SUBGROUPING            = YES
61#---------------------------------------------------------------------------
62# Build related configuration options
63#---------------------------------------------------------------------------
64EXTRACT_ALL            = YES
65EXTRACT_PRIVATE        = YES
66EXTRACT_STATIC         = YES
67EXTRACT_LOCAL_CLASSES  = YES
68EXTRACT_LOCAL_METHODS  = YES
69HIDE_UNDOC_MEMBERS     = NO
70HIDE_UNDOC_CLASSES     = NO
71HIDE_FRIEND_COMPOUNDS  = NO
72HIDE_IN_BODY_DOCS      = NO
73INTERNAL_DOCS          = NO
74CASE_SENSE_NAMES       = YES
75HIDE_SCOPE_NAMES       = NO
76SHOW_INCLUDE_FILES     = YES
77INLINE_INFO            = YES
78SORT_MEMBER_DOCS       = YES
79SORT_BRIEF_DOCS        = YES
80SORT_BY_SCOPE_NAME     = YES
81GENERATE_TODOLIST      = YES
82GENERATE_TESTLIST      = YES
83GENERATE_BUGLIST       = YES
84GENERATE_DEPRECATEDLIST= YES
85ENABLED_SECTIONS       =
86MAX_INITIALIZER_LINES  = 30
87SHOW_USED_FILES        = YES
88SHOW_DIRECTORIES       = NO
89FILE_VERSION_FILTER    =
90#---------------------------------------------------------------------------
91# configuration options related to warning and progress messages
92#---------------------------------------------------------------------------
93QUIET                  = NO
94WARNINGS               = YES
95WARN_IF_UNDOCUMENTED   = YES
96WARN_IF_DOC_ERROR      = YES
97WARN_NO_PARAMDOC       = NO
98WARN_FORMAT            = "$file:$line: $text"
99WARN_LOGFILE           =
100#---------------------------------------------------------------------------
101# configuration options related to the input files
102#---------------------------------------------------------------------------
103INPUT                  = .
104FILE_PATTERNS          = *.c \
105                         *.cc \
106                         *.cxx \
107                         *.cpp \
108                         *.c++ \
109                         *.d \
110                         *.java \
111                         *.ii \
112                         *.ixx \
113                         *.ipp \
114                         *.i++ \
115                         *.inl \
116                         *.h \
117                         *.hh \
118                         *.hxx \
119                         *.hpp \
120                         *.h++ \
121                         *.idl \
122                         *.odl \
123                         *.cs \
124                         *.php \
125                         *.php3 \
126                         *.inc \
127                         *.m \
128                         *.mm \
129                         *.dox \
130                         *.py \
131                         *.C \
132                         *.CC \
133                         *.C++ \
134                         *.II \
135                         *.I++ \
136                         *.H \
137                         *.HH \
138                         *.H++ \
139                         *.CS \
140                         *.PHP \
141                         *.PHP3 \
142                         *.M \
143                         *.MM \
144                         *.PY
145RECURSIVE              = NO
146EXCLUDE                =
147EXCLUDE_SYMLINKS       = NO
148EXCLUDE_PATTERNS       =
149EXAMPLE_PATH           =
150EXAMPLE_PATTERNS       = *
151EXAMPLE_RECURSIVE      = NO
152IMAGE_PATH             =
153INPUT_FILTER           =
154FILTER_PATTERNS        =
155FILTER_SOURCE_FILES    = NO
156#---------------------------------------------------------------------------
157# configuration options related to source browsing
158#---------------------------------------------------------------------------
159SOURCE_BROWSER         = YES
160INLINE_SOURCES         = YES
161STRIP_CODE_COMMENTS    = YES
162REFERENCED_BY_RELATION = YES
163REFERENCES_RELATION    = YES
164REFERENCES_LINK_SOURCE = YES
165USE_HTAGS              = NO
166VERBATIM_HEADERS       = YES
167#---------------------------------------------------------------------------
168# configuration options related to the alphabetical class index
169#---------------------------------------------------------------------------
170ALPHABETICAL_INDEX     = NO
171COLS_IN_ALPHA_INDEX    = 5
172IGNORE_PREFIX          =
173#---------------------------------------------------------------------------
174# configuration options related to the HTML output
175#---------------------------------------------------------------------------
176GENERATE_HTML          = YES
177HTML_OUTPUT            = html
178HTML_FILE_EXTENSION    = .html
179HTML_HEADER            =
180HTML_FOOTER            =
181HTML_STYLESHEET        =
182HTML_ALIGN_MEMBERS     = YES
183GENERATE_HTMLHELP      = NO
184CHM_FILE               =
185HHC_LOCATION           =
186GENERATE_CHI           = NO
187BINARY_TOC             = NO
188TOC_EXPAND             = NO
189DISABLE_INDEX          = NO
190ENUM_VALUES_PER_LINE   = 4
191GENERATE_TREEVIEW      = NO
192TREEVIEW_WIDTH         = 250
193#---------------------------------------------------------------------------
194# configuration options related to the LaTeX output
195#---------------------------------------------------------------------------
196GENERATE_LATEX         = NO
197LATEX_OUTPUT           = latex
198LATEX_CMD_NAME         = latex
199MAKEINDEX_CMD_NAME     = makeindex
200COMPACT_LATEX          = NO
201PAPER_TYPE             = a4wide
202EXTRA_PACKAGES         =
203LATEX_HEADER           =
204PDF_HYPERLINKS         = NO
205USE_PDFLATEX           = NO
206LATEX_BATCHMODE        = NO
207LATEX_HIDE_INDICES     = NO
208#---------------------------------------------------------------------------
209# configuration options related to the RTF output
210#---------------------------------------------------------------------------
211GENERATE_RTF           = NO
212RTF_OUTPUT             = rtf
213COMPACT_RTF            = NO
214RTF_HYPERLINKS         = NO
215RTF_STYLESHEET_FILE    =
216RTF_EXTENSIONS_FILE    =
217#---------------------------------------------------------------------------
218# configuration options related to the man page output
219#---------------------------------------------------------------------------
220GENERATE_MAN           = NO
221MAN_OUTPUT             = man
222MAN_EXTENSION          = .3
223MAN_LINKS              = NO
224#---------------------------------------------------------------------------
225# configuration options related to the XML output
226#---------------------------------------------------------------------------
227GENERATE_XML           = NO
228XML_OUTPUT             = xml
229XML_SCHEMA             =
230XML_DTD                =
231XML_PROGRAMLISTING     = YES
232#---------------------------------------------------------------------------
233# configuration options for the AutoGen Definitions output
234#---------------------------------------------------------------------------
235GENERATE_AUTOGEN_DEF   = NO
236#---------------------------------------------------------------------------
237# configuration options related to the Perl module output
238#---------------------------------------------------------------------------
239GENERATE_PERLMOD       = NO
240PERLMOD_LATEX          = NO
241PERLMOD_PRETTY         = YES
242PERLMOD_MAKEVAR_PREFIX =
243#---------------------------------------------------------------------------
244# Configuration options related to the preprocessor
245#---------------------------------------------------------------------------
246ENABLE_PREPROCESSING   = YES
247MACRO_EXPANSION        = NO
248EXPAND_ONLY_PREDEF     = NO
249SEARCH_INCLUDES        = YES
250INCLUDE_PATH           =
251INCLUDE_FILE_PATTERNS  =
252PREDEFINED             =
253EXPAND_AS_DEFINED      =
254SKIP_FUNCTION_MACROS   = YES
255#---------------------------------------------------------------------------
256# Configuration::additions related to external references
257#---------------------------------------------------------------------------
258TAGFILES               =
259GENERATE_TAGFILE       =
260ALLEXTERNALS           = NO
261EXTERNAL_GROUPS        = YES
262PERL_PATH              = /usr/bin/perl
263#---------------------------------------------------------------------------
264# Configuration options related to the dot tool
265#---------------------------------------------------------------------------
266CLASS_DIAGRAMS         = YES
267HIDE_UNDOC_RELATIONS   = YES
268HAVE_DOT               = YES
269CLASS_GRAPH            = YES
270COLLABORATION_GRAPH    = YES
271GROUP_GRAPHS           = YES
272UML_LOOK               = YES
273TEMPLATE_RELATIONS     = YES
274INCLUDE_GRAPH          = YES
275INCLUDED_BY_GRAPH      = YES
276CALL_GRAPH             = YES
277CALLER_GRAPH           = YES
278GRAPHICAL_HIERARCHY    = YES
279DIRECTORY_GRAPH        = YES
280DOT_IMAGE_FORMAT       = png
281DOT_PATH               =
282DOTFILE_DIRS           =
283MAX_DOT_GRAPH_WIDTH    = 1024
284MAX_DOT_GRAPH_HEIGHT   = 1024
285MAX_DOT_GRAPH_DEPTH    = 1000
286DOT_TRANSPARENT        = NO
287DOT_MULTI_TARGETS      = NO
288GENERATE_LEGEND        = YES
289DOT_CLEANUP            = NO
290#---------------------------------------------------------------------------
291# Configuration::additions related to the search engine
292#---------------------------------------------------------------------------
293SEARCHENGINE           = NO
294