Remove this line
[kdeaccessibility.git] / ksayit / Doxyfile
blob2adea4b38cf3eb6f59e0d7ec622b69173a77bd61
1 # Doxyfile 1.3.5-KDevelop
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME           = ksayit.kdevelop
7 PROJECT_NUMBER         = 0.1
8 OUTPUT_DIRECTORY       = 
9 OUTPUT_LANGUAGE        = English
10 BRIEF_MEMBER_DESC      = YES
11 REPEAT_BRIEF           = YES
12 ABBREVIATE_BRIEF       = "The $name class" \
13                          "The $name widget" \
14                          "The $name file" \
15                          is \
16                          provides \
17                          specifies \
18                          contains \
19                          represents \
20                          a \
21                          an \
22                          the
23 ALWAYS_DETAILED_SEC    = NO
24 INLINE_INHERITED_MEMB  = NO
25 FULL_PATH_NAMES        = NO
26 STRIP_FROM_PATH        = /home/voglrobe/Projekte/ksayit/
27 SHORT_NAMES            = NO
28 JAVADOC_AUTOBRIEF      = NO
29 MULTILINE_CPP_IS_BRIEF = NO
30 INHERIT_DOCS           = YES
31 DISTRIBUTE_GROUP_DOC   = NO
32 TAB_SIZE               = 8
33 ALIASES                = 
34 OPTIMIZE_OUTPUT_FOR_C  = NO
35 OPTIMIZE_OUTPUT_JAVA   = NO
36 SUBGROUPING            = YES
37 #---------------------------------------------------------------------------
38 # Build related configuration options
39 #---------------------------------------------------------------------------
40 EXTRACT_ALL            = NO
41 EXTRACT_PRIVATE        = NO
42 EXTRACT_STATIC         = NO
43 EXTRACT_LOCAL_CLASSES  = YES
44 HIDE_UNDOC_MEMBERS     = NO
45 HIDE_UNDOC_CLASSES     = NO
46 HIDE_FRIEND_COMPOUNDS  = NO
47 HIDE_IN_BODY_DOCS      = NO
48 INTERNAL_DOCS          = NO
49 CASE_SENSE_NAMES       = YES
50 HIDE_SCOPE_NAMES       = NO
51 SHOW_INCLUDE_FILES     = YES
52 INLINE_INFO            = YES
53 SORT_MEMBER_DOCS       = YES
54 SORT_BRIEF_DOCS        = NO
55 SORT_BY_SCOPE_NAME     = NO
56 GENERATE_TODOLIST      = YES
57 GENERATE_TESTLIST      = YES
58 GENERATE_BUGLIST       = YES
59 GENERATE_DEPRECATEDLIST= YES
60 ENABLED_SECTIONS       = 
61 MAX_INITIALIZER_LINES  = 30
62 SHOW_USED_FILES        = YES
63 #---------------------------------------------------------------------------
64 # configuration options related to warning and progress messages
65 #---------------------------------------------------------------------------
66 QUIET                  = NO
67 WARNINGS               = YES
68 WARN_IF_UNDOCUMENTED   = YES
69 WARN_IF_DOC_ERROR      = YES
70 WARN_FORMAT            = "$file:$line: $text"
71 WARN_LOGFILE           = 
72 #---------------------------------------------------------------------------
73 # configuration options related to the input files
74 #---------------------------------------------------------------------------
75 INPUT                  = /home/voglrobe/Projekte/ksayit
76 FILE_PATTERNS          = *.c \
77                          *.cc \
78                          *.cxx \
79                          *.cpp \
80                          *.c++ \
81                          *.java \
82                          *.ii \
83                          *.ixx \
84                          *.ipp \
85                          *.i++ \
86                          *.inl \
87                          *.h \
88                          *.hh \
89                          *.hxx \
90                          *.hpp \
91                          *.h++ \
92                          *.idl \
93                          *.odl \
94                          *.cs \
95                          *.php \
96                          *.php3 \
97                          *.inc \
98                          *.C \
99                          *.H \
100                          *.tlh \
101                          *.diff \
102                          *.patch \
103                          *.moc \
104                          *.xpm \
105                          *.dox
106 RECURSIVE              = yes
107 EXCLUDE                = 
108 EXCLUDE_SYMLINKS       = NO
109 EXCLUDE_PATTERNS       = 
110 EXAMPLE_PATH           = 
111 EXAMPLE_PATTERNS       = *
112 EXAMPLE_RECURSIVE      = NO
113 IMAGE_PATH             = 
114 INPUT_FILTER           = 
115 FILTER_SOURCE_FILES    = NO
116 #---------------------------------------------------------------------------
117 # configuration options related to source browsing
118 #---------------------------------------------------------------------------
119 SOURCE_BROWSER         = NO
120 INLINE_SOURCES         = NO
121 STRIP_CODE_COMMENTS    = YES
122 REFERENCED_BY_RELATION = YES
123 REFERENCES_RELATION    = YES
124 VERBATIM_HEADERS       = YES
125 #---------------------------------------------------------------------------
126 # configuration options related to the alphabetical class index
127 #---------------------------------------------------------------------------
128 ALPHABETICAL_INDEX     = NO
129 COLS_IN_ALPHA_INDEX    = 5
130 IGNORE_PREFIX          = 
131 #---------------------------------------------------------------------------
132 # configuration options related to the HTML output
133 #---------------------------------------------------------------------------
134 GENERATE_HTML          = YES
135 HTML_OUTPUT            = html
136 HTML_FILE_EXTENSION    = .html
137 HTML_HEADER            = 
138 HTML_FOOTER            = 
139 HTML_STYLESHEET        = 
140 HTML_ALIGN_MEMBERS     = YES
141 GENERATE_HTMLHELP      = NO
142 CHM_FILE               = 
143 HHC_LOCATION           = 
144 GENERATE_CHI           = NO
145 BINARY_TOC             = NO
146 TOC_EXPAND             = NO
147 DISABLE_INDEX          = NO
148 ENUM_VALUES_PER_LINE   = 4
149 GENERATE_TREEVIEW      = NO
150 TREEVIEW_WIDTH         = 250
151 #---------------------------------------------------------------------------
152 # configuration options related to the LaTeX output
153 #---------------------------------------------------------------------------
154 GENERATE_LATEX         = YES
155 LATEX_OUTPUT           = latex
156 LATEX_CMD_NAME         = latex
157 MAKEINDEX_CMD_NAME     = makeindex
158 COMPACT_LATEX          = NO
159 PAPER_TYPE             = a4wide
160 EXTRA_PACKAGES         = 
161 LATEX_HEADER           = 
162 PDF_HYPERLINKS         = NO
163 USE_PDFLATEX           = NO
164 LATEX_BATCHMODE        = NO
165 LATEX_HIDE_INDICES     = NO
166 #---------------------------------------------------------------------------
167 # configuration options related to the RTF output
168 #---------------------------------------------------------------------------
169 GENERATE_RTF           = NO
170 RTF_OUTPUT             = rtf
171 COMPACT_RTF            = NO
172 RTF_HYPERLINKS         = NO
173 RTF_STYLESHEET_FILE    = 
174 RTF_EXTENSIONS_FILE    = 
175 #---------------------------------------------------------------------------
176 # configuration options related to the man page output
177 #---------------------------------------------------------------------------
178 GENERATE_MAN           = NO
179 MAN_OUTPUT             = man
180 MAN_EXTENSION          = .3
181 MAN_LINKS              = NO
182 #---------------------------------------------------------------------------
183 # configuration options related to the XML output
184 #---------------------------------------------------------------------------
185 GENERATE_XML           = yes
186 XML_OUTPUT             = xml
187 XML_SCHEMA             = 
188 XML_DTD                = 
189 XML_PROGRAMLISTING     = YES
190 #---------------------------------------------------------------------------
191 # configuration options for the AutoGen Definitions output
192 #---------------------------------------------------------------------------
193 GENERATE_AUTOGEN_DEF   = NO
194 #---------------------------------------------------------------------------
195 # configuration options related to the Perl module output
196 #---------------------------------------------------------------------------
197 GENERATE_PERLMOD       = NO
198 PERLMOD_LATEX          = NO
199 PERLMOD_PRETTY         = YES
200 PERLMOD_MAKEVAR_PREFIX = 
201 #---------------------------------------------------------------------------
202 # Configuration options related to the preprocessor   
203 #---------------------------------------------------------------------------
204 ENABLE_PREPROCESSING   = YES
205 MACRO_EXPANSION        = NO
206 EXPAND_ONLY_PREDEF     = NO
207 SEARCH_INCLUDES        = YES
208 INCLUDE_PATH           = 
209 INCLUDE_FILE_PATTERNS  = 
210 PREDEFINED             = 
211 EXPAND_AS_DEFINED      = 
212 SKIP_FUNCTION_MACROS   = YES
213 #---------------------------------------------------------------------------
214 # Configuration::additions related to external references   
215 #---------------------------------------------------------------------------
216 TAGFILES               = 
217 GENERATE_TAGFILE       = 
218 ALLEXTERNALS           = NO
219 EXTERNAL_GROUPS        = YES
220 PERL_PATH              = /usr/bin/perl
221 #---------------------------------------------------------------------------
222 # Configuration options related to the dot tool   
223 #---------------------------------------------------------------------------
224 CLASS_DIAGRAMS         = YES
225 HIDE_UNDOC_RELATIONS   = YES
226 HAVE_DOT               = NO
227 CLASS_GRAPH            = YES
228 COLLABORATION_GRAPH    = YES
229 UML_LOOK               = NO
230 TEMPLATE_RELATIONS     = NO
231 INCLUDE_GRAPH          = YES
232 INCLUDED_BY_GRAPH      = YES
233 CALL_GRAPH             = NO
234 GRAPHICAL_HIERARCHY    = YES
235 DOT_IMAGE_FORMAT       = png
236 DOT_PATH               = 
237 DOTFILE_DIRS           = 
238 MAX_DOT_GRAPH_DEPTH    = 1000
239 GENERATE_LEGEND        = YES
240 DOT_CLEANUP            = YES
241 #---------------------------------------------------------------------------
242 # Configuration::additions related to the search engine   
243 #---------------------------------------------------------------------------
244 SEARCHENGINE           = NO