1 # Doxyfile 1.5.1-KDevelop
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
10 OUTPUT_LANGUAGE = spanish
11 USE_WINDOWS_ENCODING = NO
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class" \
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
28 STRIP_FROM_PATH = /home/krawek/
31 JAVADOC_AUTOBRIEF = NO
32 MULTILINE_CPP_IS_BRIEF = NO
35 SEPARATE_MEMBER_PAGES = NO
38 OPTIMIZE_OUTPUT_FOR_C = NO
39 OPTIMIZE_OUTPUT_JAVA = NO
40 BUILTIN_STL_SUPPORT = NO
41 DISTRIBUTE_GROUP_DOC = NO
43 #---------------------------------------------------------------------------
44 # Build related configuration options
45 #---------------------------------------------------------------------------
49 EXTRACT_LOCAL_CLASSES = YES
50 EXTRACT_LOCAL_METHODS = NO
51 HIDE_UNDOC_MEMBERS = NO
52 HIDE_UNDOC_CLASSES = NO
53 HIDE_FRIEND_COMPOUNDS = NO
54 HIDE_IN_BODY_DOCS = NO
56 CASE_SENSE_NAMES = YES
58 SHOW_INCLUDE_FILES = YES
60 SORT_MEMBER_DOCS = YES
62 SORT_BY_SCOPE_NAME = NO
63 GENERATE_TODOLIST = YES
64 GENERATE_TESTLIST = YES
65 GENERATE_BUGLIST = YES
66 GENERATE_DEPRECATEDLIST= YES
68 MAX_INITIALIZER_LINES = 30
72 #---------------------------------------------------------------------------
73 # configuration options related to warning and progress messages
74 #---------------------------------------------------------------------------
77 WARN_IF_UNDOCUMENTED = YES
78 WARN_IF_DOC_ERROR = YES
80 WARN_FORMAT = "$file:$line: $text"
82 #---------------------------------------------------------------------------
83 # configuration options related to the input files
84 #---------------------------------------------------------------------------
136 EXCLUDE_SYMLINKS = NO
140 EXAMPLE_RECURSIVE = NO
144 FILTER_SOURCE_FILES = NO
145 #---------------------------------------------------------------------------
146 # configuration options related to source browsing
147 #---------------------------------------------------------------------------
150 STRIP_CODE_COMMENTS = YES
151 REFERENCED_BY_RELATION = YES
152 REFERENCES_RELATION = YES
153 REFERENCES_LINK_SOURCE = 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 #---------------------------------------------------------------------------
166 HTML_OUTPUT = doc/html
167 HTML_FILE_EXTENSION = .html
171 HTML_ALIGN_MEMBERS = YES
172 GENERATE_HTMLHELP = NO
179 ENUM_VALUES_PER_LINE = 4
180 GENERATE_TREEVIEW = NO
182 #---------------------------------------------------------------------------
183 # configuration options related to the LaTeX output
184 #---------------------------------------------------------------------------
186 LATEX_OUTPUT = doc/latex
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 =
241 PREDEFINED = GNUC__ QT_GUI_LIB QT_CORE_LIB DGUI_LIB DCORE_LIB QT_OPENGL_LIB
243 SKIP_FUNCTION_MACROS = YES
244 #---------------------------------------------------------------------------
245 # Configuration::additions related to external references
246 #---------------------------------------------------------------------------
248 GENERATE_TAGFILE = dash.tag
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
267 GRAPHICAL_HIERARCHY = YES
268 DIRECTORY_GRAPH = YES
269 DOT_IMAGE_FORMAT = png
272 MAX_DOT_GRAPH_WIDTH = 1024
273 MAX_DOT_GRAPH_HEIGHT = 1024
274 MAX_DOT_GRAPH_DEPTH = 1000
276 DOT_MULTI_TARGETS = NO
277 GENERATE_LEGEND = YES
279 #---------------------------------------------------------------------------
280 # Configuration::additions related to the search engine
281 #---------------------------------------------------------------------------