1 # Doxyfile 1.4.1-KDevelop
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = kboard.kdevelop
7 PROJECT_NUMBER = $VERSION$
10 OUTPUT_LANGUAGE = English
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/paolo/
31 JAVADOC_AUTOBRIEF = NO
32 MULTILINE_CPP_IS_BRIEF = NO
35 DISTRIBUTE_GROUP_DOC = NO
38 OPTIMIZE_OUTPUT_FOR_C = NO
39 OPTIMIZE_OUTPUT_JAVA = NO
41 #---------------------------------------------------------------------------
42 # Build related configuration options
43 #---------------------------------------------------------------------------
47 EXTRACT_LOCAL_CLASSES = YES
48 EXTRACT_LOCAL_METHODS = NO
49 HIDE_UNDOC_MEMBERS = NO
50 HIDE_UNDOC_CLASSES = NO
51 HIDE_FRIEND_COMPOUNDS = NO
52 HIDE_IN_BODY_DOCS = NO
54 CASE_SENSE_NAMES = YES
56 SHOW_INCLUDE_FILES = YES
58 SORT_MEMBER_DOCS = YES
60 SORT_BY_SCOPE_NAME = NO
61 GENERATE_TODOLIST = YES
62 GENERATE_TESTLIST = YES
63 GENERATE_BUGLIST = YES
64 GENERATE_DEPRECATEDLIST= YES
66 MAX_INITIALIZER_LINES = 30
68 SHOW_DIRECTORIES = YES
70 #---------------------------------------------------------------------------
71 # configuration options related to warning and progress messages
72 #---------------------------------------------------------------------------
75 WARN_IF_UNDOCUMENTED = YES
76 WARN_IF_DOC_ERROR = YES
78 WARN_FORMAT = "$file:$line: $text"
80 #---------------------------------------------------------------------------
81 # configuration options related to the input files
82 #---------------------------------------------------------------------------
83 INPUT = /home/paolo/Projects/kboard/src
132 EXCLUDE_SYMLINKS = NO
136 EXAMPLE_RECURSIVE = NO
140 FILTER_SOURCE_FILES = NO
141 #---------------------------------------------------------------------------
142 # configuration options related to source browsing
143 #---------------------------------------------------------------------------
146 STRIP_CODE_COMMENTS = YES
147 REFERENCED_BY_RELATION = YES
148 REFERENCES_RELATION = YES
149 VERBATIM_HEADERS = YES
150 #---------------------------------------------------------------------------
151 # configuration options related to the alphabetical class index
152 #---------------------------------------------------------------------------
153 ALPHABETICAL_INDEX = NO
154 COLS_IN_ALPHA_INDEX = 5
156 #---------------------------------------------------------------------------
157 # configuration options related to the HTML output
158 #---------------------------------------------------------------------------
161 HTML_FILE_EXTENSION = .html
165 HTML_ALIGN_MEMBERS = YES
166 GENERATE_HTMLHELP = NO
173 ENUM_VALUES_PER_LINE = 4
174 GENERATE_TREEVIEW = NO
176 #---------------------------------------------------------------------------
177 # configuration options related to the LaTeX output
178 #---------------------------------------------------------------------------
181 LATEX_CMD_NAME = latex
182 MAKEINDEX_CMD_NAME = makeindex
190 LATEX_HIDE_INDICES = NO
191 #---------------------------------------------------------------------------
192 # configuration options related to the RTF output
193 #---------------------------------------------------------------------------
198 RTF_STYLESHEET_FILE =
199 RTF_EXTENSIONS_FILE =
200 #---------------------------------------------------------------------------
201 # configuration options related to the man page output
202 #---------------------------------------------------------------------------
207 #---------------------------------------------------------------------------
208 # configuration options related to the XML output
209 #---------------------------------------------------------------------------
214 XML_PROGRAMLISTING = YES
215 #---------------------------------------------------------------------------
216 # configuration options for the AutoGen Definitions output
217 #---------------------------------------------------------------------------
218 GENERATE_AUTOGEN_DEF = NO
219 #---------------------------------------------------------------------------
220 # configuration options related to the Perl module output
221 #---------------------------------------------------------------------------
222 GENERATE_PERLMOD = NO
225 PERLMOD_MAKEVAR_PREFIX =
226 #---------------------------------------------------------------------------
227 # Configuration options related to the preprocessor
228 #---------------------------------------------------------------------------
229 ENABLE_PREPROCESSING = YES
231 EXPAND_ONLY_PREDEF = NO
232 SEARCH_INCLUDES = YES
234 INCLUDE_FILE_PATTERNS =
237 SKIP_FUNCTION_MACROS = YES
238 #---------------------------------------------------------------------------
239 # Configuration::additions related to external references
240 #---------------------------------------------------------------------------
242 GENERATE_TAGFILE = kboard.tag
244 EXTERNAL_GROUPS = YES
245 PERL_PATH = /usr/bin/perl
246 #---------------------------------------------------------------------------
247 # Configuration options related to the dot tool
248 #---------------------------------------------------------------------------
250 HIDE_UNDOC_RELATIONS = YES
253 COLLABORATION_GRAPH = YES
256 TEMPLATE_RELATIONS = NO
258 INCLUDED_BY_GRAPH = YES
260 GRAPHICAL_HIERARCHY = YES
261 DIRECTORY_GRAPH = YES
262 DOT_IMAGE_FORMAT = png
265 MAX_DOT_GRAPH_WIDTH = 1024
266 MAX_DOT_GRAPH_HEIGHT = 1024
267 MAX_DOT_GRAPH_DEPTH = 1000
269 DOT_MULTI_TARGETS = NO
270 GENERATE_LEGEND = YES
272 #---------------------------------------------------------------------------
273 # Configuration::additions related to the search engine
274 #---------------------------------------------------------------------------