~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/propgrid/contrib/include/wx/propgrid/Doxyfile

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

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