~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to doc/Doxyfile.public

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Doxyfile 1.4.5
 
2
 
 
3
#---------------------------------------------------------------------------
 
4
# Project related configuration options
 
5
#---------------------------------------------------------------------------
 
6
PROJECT_NAME           = Psi
 
7
PROJECT_NUMBER         = 
 
8
OUTPUT_DIRECTORY       = doc/api/public
 
9
CREATE_SUBDIRS         = no
 
10
OUTPUT_LANGUAGE        = English
 
11
USE_WINDOWS_ENCODING   = NO
 
12
BRIEF_MEMBER_DESC      = YES
 
13
REPEAT_BRIEF           = YES
 
14
ABBREVIATE_BRIEF       = "The $name class" \
 
15
                         "The $name widget" \
 
16
                         "The $name file" \
 
17
                         is \
 
18
                         provides \
 
19
                         specifies \
 
20
                         contains \
 
21
                         represents \
 
22
                         a \
 
23
                         an \
 
24
                         the
 
25
ALWAYS_DETAILED_SEC    = NO
 
26
INLINE_INHERITED_MEMB  = NO
 
27
FULL_PATH_NAMES        = NO
 
28
STRIP_FROM_PATH        = 
 
29
STRIP_FROM_INC_PATH    = 
 
30
SHORT_NAMES            = NO
 
31
JAVADOC_AUTOBRIEF      = NO
 
32
MULTILINE_CPP_IS_BRIEF = NO
 
33
DETAILS_AT_TOP         = NO
 
34
INHERIT_DOCS           = YES
 
35
SEPARATE_MEMBER_PAGES  = NO
 
36
TAB_SIZE               = 5
 
37
ALIASES                = 
 
38
OPTIMIZE_OUTPUT_FOR_C  = NO
 
39
OPTIMIZE_OUTPUT_JAVA   = NO
 
40
BUILTIN_STL_SUPPORT    = NO
 
41
DISTRIBUTE_GROUP_DOC   = NO
 
42
SUBGROUPING            = YES
 
43
#---------------------------------------------------------------------------
 
44
# Build related configuration options
 
45
#---------------------------------------------------------------------------
 
46
EXTRACT_ALL            = YES
 
47
EXTRACT_PRIVATE        = NO
 
48
EXTRACT_STATIC         = YES
 
49
EXTRACT_LOCAL_CLASSES  = NO
 
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
 
55
INTERNAL_DOCS          = NO
 
56
CASE_SENSE_NAMES       = YES
 
57
HIDE_SCOPE_NAMES       = NO
 
58
SHOW_INCLUDE_FILES     = NO
 
59
INLINE_INFO            = YES
 
60
SORT_MEMBER_DOCS       = YES
 
61
SORT_BRIEF_DOCS        = NO
 
62
SORT_BY_SCOPE_NAME     = NO
 
63
GENERATE_TODOLIST      = NO
 
64
GENERATE_TESTLIST      = NO
 
65
GENERATE_BUGLIST       = NO
 
66
GENERATE_DEPRECATEDLIST= YES
 
67
ENABLED_SECTIONS       = 
 
68
MAX_INITIALIZER_LINES  = 30
 
69
SHOW_USED_FILES        = YES
 
70
SHOW_DIRECTORIES       = NO
 
71
FILE_VERSION_FILTER    = 
 
72
#---------------------------------------------------------------------------
 
73
# configuration options related to warning and progress messages
 
74
#---------------------------------------------------------------------------
 
75
QUIET                  = YES
 
76
WARNINGS               = YES
 
77
WARN_IF_UNDOCUMENTED   = YES
 
78
WARN_IF_DOC_ERROR      = YES
 
79
WARN_NO_PARAMDOC       = NO
 
80
WARN_FORMAT            = "$file:$line: $text"
 
81
WARN_LOGFILE           = 
 
82
#---------------------------------------------------------------------------
 
83
# configuration options related to the input files
 
84
#---------------------------------------------------------------------------
 
85
INPUT                  = .
 
86
FILE_PATTERNS          = *.c \
 
87
                         *.cc \
 
88
                         *.cxx \
 
89
                         *.cpp \
 
90
                         *.c++ \
 
91
                         *.d \
 
92
                         *.java \
 
93
                         *.ii \
 
94
                         *.ixx \
 
95
                         *.ipp \
 
96
                         *.i++ \
 
97
                         *.inl \
 
98
                         *.h \
 
99
                         *.hh \
 
100
                         *.hxx \
 
101
                         *.hpp \
 
102
                         *.h++ \
 
103
                         *.idl \
 
104
                         *.odl \
 
105
                         *.cs \
 
106
                         *.php \
 
107
                         *.php3 \
 
108
                         *.inc \
 
109
                         *.m \
 
110
                         *.mm \
 
111
                         *.dox \
 
112
                         *.py \
 
113
                         *.C \
 
114
                         *.CC \
 
115
                         *.C++ \
 
116
                         *.II \
 
117
                         *.I++ \
 
118
                         *.H \
 
119
                         *.HH \
 
120
                         *.H++ \
 
121
                         *.CS \
 
122
                         *.PHP \
 
123
                         *.PHP3 \
 
124
                         *.M \
 
125
                         *.MM \
 
126
                         *.PY
 
127
RECURSIVE              = YES
 
128
EXCLUDE                = _darcs/ \
 
129
                                                 third-party/ \
 
130
                         iris/libidn/ \
 
131
                                                 iris/irisnet/ \
 
132
                                                 iris/irisnet/jdns \
 
133
                                                 iris/example \
 
134
                                                 src/tools/tunecontroller/plugins/winamp/third-party \
 
135
                                                 src/tools/iconset/unittest \
 
136
                                                 src/tools/optionstree/optionstreeviewtest \
 
137
                                                 src/tools/zip/minizip \
 
138
                                                 src/unittest \
 
139
                                                 src/widgets/private/ \
 
140
                                                 src/widgets/unittest/ \
 
141
                                                 doc/
 
142
EXCLUDE_SYMLINKS       = NO
 
143
EXCLUDE_PATTERNS       = */.ui/* \
 
144
                         */.moc/* \
 
145
                         moc_*
 
146
EXAMPLE_PATH           = 
 
147
EXAMPLE_PATTERNS       = *
 
148
EXAMPLE_RECURSIVE      = NO
 
149
IMAGE_PATH             = 
 
150
INPUT_FILTER           = 
 
151
FILTER_PATTERNS        = 
 
152
FILTER_SOURCE_FILES    = NO
 
153
#---------------------------------------------------------------------------
 
154
# configuration options related to source browsing
 
155
#---------------------------------------------------------------------------
 
156
SOURCE_BROWSER         = NO
 
157
INLINE_SOURCES         = NO
 
158
STRIP_CODE_COMMENTS    = YES
 
159
REFERENCED_BY_RELATION = NO
 
160
REFERENCES_RELATION    = NO
 
161
USE_HTAGS              = NO
 
162
VERBATIM_HEADERS       = NO
 
163
#---------------------------------------------------------------------------
 
164
# configuration options related to the alphabetical class index
 
165
#---------------------------------------------------------------------------
 
166
ALPHABETICAL_INDEX     = NO
 
167
COLS_IN_ALPHA_INDEX    = 5
 
168
IGNORE_PREFIX          = 
 
169
#---------------------------------------------------------------------------
 
170
# configuration options related to the HTML output
 
171
#---------------------------------------------------------------------------
 
172
GENERATE_HTML          = YES
 
173
HTML_OUTPUT            = .
 
174
HTML_FILE_EXTENSION    = .html
 
175
HTML_HEADER            = 
 
176
HTML_FOOTER            = 
 
177
HTML_STYLESHEET        = 
 
178
HTML_ALIGN_MEMBERS     = YES
 
179
GENERATE_HTMLHELP      = NO
 
180
CHM_FILE               = 
 
181
HHC_LOCATION           = 
 
182
GENERATE_CHI           = NO
 
183
BINARY_TOC             = NO
 
184
TOC_EXPAND             = NO
 
185
DISABLE_INDEX          = NO
 
186
ENUM_VALUES_PER_LINE   = 4
 
187
GENERATE_TREEVIEW      = NO
 
188
TREEVIEW_WIDTH         = 250
 
189
#---------------------------------------------------------------------------
 
190
# configuration options related to the LaTeX output
 
191
#---------------------------------------------------------------------------
 
192
GENERATE_LATEX         = NO
 
193
LATEX_OUTPUT           = latex
 
194
LATEX_CMD_NAME         = latex
 
195
MAKEINDEX_CMD_NAME     = makeindex
 
196
COMPACT_LATEX          = NO
 
197
PAPER_TYPE             = a4wide
 
198
EXTRA_PACKAGES         = 
 
199
LATEX_HEADER           = 
 
200
PDF_HYPERLINKS         = NO
 
201
USE_PDFLATEX           = NO
 
202
LATEX_BATCHMODE        = NO
 
203
LATEX_HIDE_INDICES     = NO
 
204
#---------------------------------------------------------------------------
 
205
# configuration options related to the RTF output
 
206
#---------------------------------------------------------------------------
 
207
GENERATE_RTF           = NO
 
208
RTF_OUTPUT             = rtf
 
209
COMPACT_RTF            = NO
 
210
RTF_HYPERLINKS         = NO
 
211
RTF_STYLESHEET_FILE    = 
 
212
RTF_EXTENSIONS_FILE    = 
 
213
#---------------------------------------------------------------------------
 
214
# configuration options related to the man page output
 
215
#---------------------------------------------------------------------------
 
216
GENERATE_MAN           = NO
 
217
MAN_OUTPUT             = man
 
218
MAN_EXTENSION          = .3
 
219
MAN_LINKS              = NO
 
220
#---------------------------------------------------------------------------
 
221
# configuration options related to the XML output
 
222
#---------------------------------------------------------------------------
 
223
GENERATE_XML           = NO
 
224
XML_OUTPUT             = xml
 
225
XML_SCHEMA             = 
 
226
XML_DTD                = 
 
227
XML_PROGRAMLISTING     = YES
 
228
#---------------------------------------------------------------------------
 
229
# configuration options for the AutoGen Definitions output
 
230
#---------------------------------------------------------------------------
 
231
GENERATE_AUTOGEN_DEF   = NO
 
232
#---------------------------------------------------------------------------
 
233
# configuration options related to the Perl module output
 
234
#---------------------------------------------------------------------------
 
235
GENERATE_PERLMOD       = NO
 
236
PERLMOD_LATEX          = NO
 
237
PERLMOD_PRETTY         = YES
 
238
PERLMOD_MAKEVAR_PREFIX = 
 
239
#---------------------------------------------------------------------------
 
240
# Configuration options related to the preprocessor   
 
241
#---------------------------------------------------------------------------
 
242
ENABLE_PREPROCESSING   = YES
 
243
MACRO_EXPANSION        = NO
 
244
EXPAND_ONLY_PREDEF     = NO
 
245
SEARCH_INCLUDES        = YES
 
246
INCLUDE_PATH           = 
 
247
INCLUDE_FILE_PATTERNS  = 
 
248
PREDEFINED             = 
 
249
EXPAND_AS_DEFINED      = 
 
250
SKIP_FUNCTION_MACROS   = YES
 
251
#---------------------------------------------------------------------------
 
252
# Configuration::additions related to external references   
 
253
#---------------------------------------------------------------------------
 
254
TAGFILES               = 
 
255
GENERATE_TAGFILE       = 
 
256
ALLEXTERNALS           = NO
 
257
EXTERNAL_GROUPS        = YES
 
258
PERL_PATH              = /usr/bin/perl
 
259
#---------------------------------------------------------------------------
 
260
# Configuration options related to the dot tool   
 
261
#---------------------------------------------------------------------------
 
262
CLASS_DIAGRAMS         = YES
 
263
HIDE_UNDOC_RELATIONS   = YES
 
264
HAVE_DOT               = YES
 
265
CLASS_GRAPH            = YES
 
266
COLLABORATION_GRAPH    = YES
 
267
GROUP_GRAPHS           = YES
 
268
UML_LOOK               = NO
 
269
TEMPLATE_RELATIONS     = NO
 
270
INCLUDE_GRAPH          = YES
 
271
INCLUDED_BY_GRAPH      = YES
 
272
CALL_GRAPH             = NO
 
273
GRAPHICAL_HIERARCHY    = YES
 
274
DIRECTORY_GRAPH        = YES
 
275
DOT_IMAGE_FORMAT       = png
 
276
DOT_PATH               = 
 
277
DOTFILE_DIRS           = 
 
278
MAX_DOT_GRAPH_WIDTH    = 1024
 
279
MAX_DOT_GRAPH_HEIGHT   = 1024
 
280
MAX_DOT_GRAPH_DEPTH    = 1000
 
281
DOT_TRANSPARENT        = NO
 
282
DOT_MULTI_TARGETS      = NO
 
283
GENERATE_LEGEND        = YES
 
284
DOT_CLEANUP            = YES
 
285
#---------------------------------------------------------------------------
 
286
# Configuration::additions related to the search engine   
 
287
#---------------------------------------------------------------------------
 
288
SEARCHENGINE           = YES