/[svn]/linuxsampler/trunk/Doxyfile.in
ViewVC logotype

Contents of /linuxsampler/trunk/Doxyfile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1659 - (show annotations) (download)
Sun Feb 3 00:13:27 2008 UTC (16 years, 1 month ago) by schoenebeck
File size: 9375 byte(s)
* added support for triggering notes by instrument editors
  (still some cleanup / refactoring ahead, but it should work)
* bumped version to 0.5.1.1cvs

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

  ViewVC Help
Powered by ViewVC