~ubuntu-branches/ubuntu/utopic/knutclient/utopic

« back to all changes in this revision

Viewing changes to knutclient.doxygen

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2008-06-19 11:09:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619110950-izi2q2vd0dhwlpym
Tags: 0.9.4-1
* New upstream release
* Merge back Ubuntu changes
* debian/knutclient.menu: update section to fix lintian warnings
* debian/watch: update the pattern for matching new releases (Closes: #471247)
* debian/control:
  - move Homepage to the field and update the URL
  - update Standards-Version to 3.8.0
  - update debhelper Build-Depends to 5.0.51
  - add automake and autoconf to Build-Depends
  - update NUT URL
* debian/rules:
  - fix lintian warning debian-rules-ignores-make-clean-error
  - add a commented call to dh_icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Doxyfile 1.2.18
2
 
 
3
 
#---------------------------------------------------------------------------
4
 
# General configuration options
5
 
#---------------------------------------------------------------------------
6
 
PROJECT_NAME           = 
7
 
PROJECT_NUMBER         = 
8
 
OUTPUT_DIRECTORY        =/home/dan/Projekty/knutclient/knutclient-api/
9
 
OUTPUT_LANGUAGE        = English
10
 
EXTRACT_ALL            = NO
11
 
EXTRACT_PRIVATE        = NO
12
 
EXTRACT_STATIC         = NO
13
 
EXTRACT_LOCAL_CLASSES  = YES
14
 
HIDE_UNDOC_MEMBERS     = NO
15
 
HIDE_UNDOC_CLASSES     = NO
16
 
HIDE_FRIEND_COMPOUNDS  = NO
17
 
BRIEF_MEMBER_DESC      = YES
18
 
REPEAT_BRIEF           = YES
19
 
ALWAYS_DETAILED_SEC    = NO
20
 
INLINE_INHERITED_MEMB  = NO
21
 
FULL_PATH_NAMES        = NO
22
 
STRIP_FROM_PATH        = 
23
 
INTERNAL_DOCS          = NO
24
 
STRIP_CODE_COMMENTS    = YES
25
 
CASE_SENSE_NAMES       = YES
26
 
SHORT_NAMES            = NO
27
 
HIDE_SCOPE_NAMES       = NO
28
 
VERBATIM_HEADERS       = YES
29
 
SHOW_INCLUDE_FILES     = YES
30
 
JAVADOC_AUTOBRIEF      = NO
31
 
MULTILINE_CPP_IS_BRIEF = NO
32
 
DETAILS_AT_TOP         = NO
33
 
INHERIT_DOCS           = YES
34
 
INLINE_INFO            = YES
35
 
SORT_MEMBER_DOCS       = YES
36
 
DISTRIBUTE_GROUP_DOC   = NO
37
 
TAB_SIZE        =4
38
 
GENERATE_TODOLIST      = YES
39
 
GENERATE_TESTLIST      = YES
40
 
GENERATE_BUGLIST       = YES
41
 
GENERATE_DEPRECATEDLIST= YES
42
 
ALIASES                = 
43
 
ENABLED_SECTIONS       = 
44
 
MAX_INITIALIZER_LINES  = 30
45
 
OPTIMIZE_OUTPUT_FOR_C  = NO
46
 
OPTIMIZE_OUTPUT_JAVA   = NO
47
 
SHOW_USED_FILES        = YES
48
 
#---------------------------------------------------------------------------
49
 
# configuration options related to warning and progress messages
50
 
#---------------------------------------------------------------------------
51
 
QUIET                  = NO
52
 
WARNINGS               = YES
53
 
WARN_IF_UNDOCUMENTED    =NO
54
 
WARN_FORMAT            = "$file:$line: $text"
55
 
WARN_LOGFILE           = 
56
 
#---------------------------------------------------------------------------
57
 
# configuration options related to the input files
58
 
#---------------------------------------------------------------------------
59
 
INPUT   =/home/dan/Projekty/knutclient/
60
 
FILE_PATTERNS          = *.h \ 
61
 
 *.hh \ 
62
 
 *.H \ 
63
 
 
64
 
RECURSIVE       =YES
65
 
EXCLUDE                = 
66
 
EXCLUDE_SYMLINKS       = NO
67
 
EXCLUDE_PATTERNS       = 
68
 
EXAMPLE_PATH           = 
69
 
EXAMPLE_PATTERNS       = 
70
 
EXAMPLE_RECURSIVE      = NO
71
 
IMAGE_PATH             = 
72
 
INPUT   =/home/dan/Projekty/knutclient/
73
 
FILTER_SOURCE_FILES    = NO
74
 
#---------------------------------------------------------------------------
75
 
# configuration options related to source browsing
76
 
#---------------------------------------------------------------------------
77
 
SOURCE_BROWSER         = NO
78
 
INLINE_SOURCES         = NO
79
 
REFERENCED_BY_RELATION = YES
80
 
REFERENCES_RELATION    = YES
81
 
#---------------------------------------------------------------------------
82
 
# configuration options related to the alphabetical class index
83
 
#---------------------------------------------------------------------------
84
 
ALPHABETICAL_INDEX      =YES
85
 
COLS_IN_ALPHA_INDEX    = 5
86
 
IGNORE_PREFIX          = 
87
 
#---------------------------------------------------------------------------
88
 
# configuration options related to the HTML output
89
 
#---------------------------------------------------------------------------
90
 
GENERATE_HTML          = YES
91
 
HTML_OUTPUT            = html
92
 
HTML_FILE_EXTENSION    = .html
93
 
HTML_HEADER            = 
94
 
HTML_FOOTER            = 
95
 
HTML_STYLESHEET        = 
96
 
HTML_ALIGN_MEMBERS     = YES
97
 
GENERATE_HTMLHELP      = NO
98
 
CHM_FILE               = 
99
 
HHC_LOCATION           = 
100
 
GENERATE_CHI           = NO
101
 
BINARY_TOC             = NO
102
 
TOC_EXPAND             = NO
103
 
DISABLE_INDEX          = NO
104
 
ENUM_VALUES_PER_LINE   = 4
105
 
GENERATE_TREEVIEW      = NO
106
 
TREEVIEW_WIDTH         = 250
107
 
#---------------------------------------------------------------------------
108
 
# configuration options related to the LaTeX output
109
 
#---------------------------------------------------------------------------
110
 
GENERATE_LATEX  =NO
111
 
LATEX_OUTPUT           = latex
112
 
LATEX_CMD_NAME         = latex
113
 
MAKEINDEX_CMD_NAME     = makeindex
114
 
COMPACT_LATEX          = NO
115
 
PAPER_TYPE             = a4wide
116
 
EXTRA_PACKAGES         = 
117
 
LATEX_HEADER           = 
118
 
PDF_HYPERLINKS         = NO
119
 
USE_PDFLATEX           = NO
120
 
LATEX_BATCHMODE        = NO
121
 
#---------------------------------------------------------------------------
122
 
# configuration options related to the RTF output
123
 
#---------------------------------------------------------------------------
124
 
GENERATE_RTF    =NO
125
 
RTF_OUTPUT             = rtf
126
 
COMPACT_RTF            = NO
127
 
RTF_HYPERLINKS         = NO
128
 
RTF_STYLESHEET_FILE    = 
129
 
RTF_EXTENSIONS_FILE    = 
130
 
#---------------------------------------------------------------------------
131
 
# configuration options related to the man page output
132
 
#---------------------------------------------------------------------------
133
 
GENERATE_MAN    =NO
134
 
MAN_OUTPUT             = man
135
 
MAN_EXTENSION          = .3
136
 
MAN_LINKS              = NO
137
 
#---------------------------------------------------------------------------
138
 
# configuration options related to the XML output
139
 
#---------------------------------------------------------------------------
140
 
GENERATE_XML           = NO
141
 
XML_SCHEMA             = 
142
 
XML_DTD                = 
143
 
#---------------------------------------------------------------------------
144
 
# configuration options for the AutoGen Definitions output
145
 
#---------------------------------------------------------------------------
146
 
GENERATE_AUTOGEN_DEF   = NO
147
 
#---------------------------------------------------------------------------
148
 
# Configuration options related to the preprocessor   
149
 
#---------------------------------------------------------------------------
150
 
ENABLE_PREPROCESSING   = YES
151
 
MACRO_EXPANSION        = NO
152
 
EXPAND_ONLY_PREDEF     = NO
153
 
SEARCH_INCLUDES        = YES
154
 
INCLUDE_PATH           = 
155
 
INCLUDE_FILE_PATTERNS  = 
156
 
PREDEFINED             = 
157
 
EXPAND_AS_DEFINED      = 
158
 
SKIP_FUNCTION_MACROS   = YES
159
 
#---------------------------------------------------------------------------
160
 
# Configuration::addtions related to external references   
161
 
#---------------------------------------------------------------------------
162
 
TAGFILES               = 
163
 
GENERATE_TAGFILE       = 
164
 
ALLEXTERNALS           = NO
165
 
EXTERNAL_GROUPS        = YES
166
 
PERL_PATH              = /usr/bin/perl
167
 
#---------------------------------------------------------------------------
168
 
# Configuration options related to the dot tool   
169
 
#---------------------------------------------------------------------------
170
 
CLASS_DIAGRAMS         = YES
171
 
HIDE_UNDOC_RELATIONS   = YES
172
 
HAVE_DOT               = NO
173
 
CLASS_GRAPH            = YES
174
 
COLLABORATION_GRAPH    = YES
175
 
TEMPLATE_RELATIONS     = YES
176
 
INCLUDE_GRAPH          = YES
177
 
INCLUDED_BY_GRAPH      = YES
178
 
GRAPHICAL_HIERARCHY    = YES
179
 
DOT_IMAGE_FORMAT       = png
180
 
DOT_PATH               = 
181
 
DOTFILE_DIRS           = 
182
 
MAX_DOT_GRAPH_WIDTH    = 1024
183
 
MAX_DOT_GRAPH_HEIGHT   = 1024
184
 
GENERATE_LEGEND        = YES
185
 
DOT_CLEANUP            = YES
186
 
#---------------------------------------------------------------------------
187
 
# Configuration::addtions related to the search engine   
188
 
#---------------------------------------------------------------------------
189
 
SEARCHENGINE           = NO
190
 
CGI_NAME               = search.cgi
191
 
CGI_URL                = 
192
 
DOC_URL                = 
193
 
DOC_ABSPATH            = 
194
 
BIN_ABSPATH            = /usr/local/bin/
195
 
EXT_DOC_PATHS          =