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

Contents of /linuxsampler/trunk/Doxyfile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1212 - (show annotations) (download)
Tue May 29 23:59:36 2007 UTC (16 years, 10 months ago) by schoenebeck
File size: 9177 byte(s)
* added highly experimental support for on-the-fly instrument editing
  within the sampler's process (by using instrument editor plugins),
  you'll notice the new "Registered instrument editors:" message on
  startup, the plugin path can be overridden at compile time with
  ./configure --enable-plugin-dir=/some/dir
* added a new LSCP command "EDIT INSTRUMENT <sampler-channel>" to spawn
  a matching instrument editor for the instrument on the given sampler
  channel (LSCP command syntax might be subject to change soon)
* config.h is not going to be installed along with liblinuxsampler's
  API header files anymore (not necessary anymore)
* take care of $(DESTDIR) when creating the instruments DB on 'make
  install' rule (needed for packaging and cross compilation)
* bumped version to 0.4.0.5cvs

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/common/Exception.h \
66 @top_srcdir@/src/common/Thread.h \
67 @top_srcdir@/src/drivers/Device.h \
68 @top_srcdir@/src/drivers/DeviceParameter.h \
69 @top_srcdir@/src/drivers/audio/AudioChannel.h \
70 @top_srcdir@/src/drivers/audio/AudioChannel.cpp \
71 @top_srcdir@/src/drivers/audio/AudioOutputDevice.h \
72 @top_srcdir@/src/drivers/midi/midi.h \
73 @top_srcdir@/src/drivers/midi/MidiInputPort.h \
74 @top_srcdir@/src/drivers/midi/MidiInputDevice.h \
75 @top_srcdir@/src/drivers/midi/MidiInstrumentMapper.h \
76 @top_srcdir@/src/engines/Engine.h \
77 @top_srcdir@/src/engines/EngineChannel.h \
78 @top_srcdir@/src/engines/FxSend.h \
79 @top_srcdir@/src/engines/InstrumentEditor.h \
80 @top_srcdir@/src/engines/InstrumentEditorFactory.h \
81 @top_srcdir@/src/engines/InstrumentManager.h
82 FILE_PATTERNS = *.c \
83 *.cpp \
84 *.h \
85 *.hpp \
86 *.idl
87 RECURSIVE = NO
88 EXCLUDE =
89 EXCLUDE_SYMLINKS = NO
90 EXCLUDE_PATTERNS =
91 EXAMPLE_PATH =
92 EXAMPLE_PATTERNS = *
93 EXAMPLE_RECURSIVE = NO
94 IMAGE_PATH =
95 INPUT_FILTER =
96 FILTER_SOURCE_FILES = NO
97 #---------------------------------------------------------------------------
98 # configuration options related to source browsing
99 #---------------------------------------------------------------------------
100 SOURCE_BROWSER = YES
101 INLINE_SOURCES = NO
102 STRIP_CODE_COMMENTS = YES
103 REFERENCED_BY_RELATION = YES
104 REFERENCES_RELATION = YES
105 VERBATIM_HEADERS = YES
106 #---------------------------------------------------------------------------
107 # configuration options related to the alphabetical class index
108 #---------------------------------------------------------------------------
109 ALPHABETICAL_INDEX = NO
110 COLS_IN_ALPHA_INDEX = 5
111 IGNORE_PREFIX =
112 #---------------------------------------------------------------------------
113 # configuration options related to the HTML output
114 #---------------------------------------------------------------------------
115 GENERATE_HTML = YES
116 HTML_OUTPUT = html
117 HTML_FILE_EXTENSION = .html
118 HTML_HEADER =
119 HTML_FOOTER =
120 HTML_STYLESHEET =
121 HTML_ALIGN_MEMBERS = YES
122 GENERATE_HTMLHELP = NO
123 CHM_FILE =
124 HHC_LOCATION =
125 GENERATE_CHI = NO
126 BINARY_TOC = NO
127 TOC_EXPAND = NO
128 DISABLE_INDEX = NO
129 ENUM_VALUES_PER_LINE = 4
130 GENERATE_TREEVIEW = YES
131 TREEVIEW_WIDTH = 250
132 #---------------------------------------------------------------------------
133 # configuration options related to the LaTeX output
134 #---------------------------------------------------------------------------
135 GENERATE_LATEX = NO
136 LATEX_OUTPUT = latex
137 LATEX_CMD_NAME = latex
138 MAKEINDEX_CMD_NAME = makeindex
139 COMPACT_LATEX = NO
140 PAPER_TYPE = a4wide
141 EXTRA_PACKAGES =
142 LATEX_HEADER =
143 PDF_HYPERLINKS = NO
144 USE_PDFLATEX = NO
145 LATEX_BATCHMODE = NO
146 LATEX_HIDE_INDICES = NO
147 #---------------------------------------------------------------------------
148 # configuration options related to the RTF output
149 #---------------------------------------------------------------------------
150 GENERATE_RTF = NO
151 RTF_OUTPUT = rtf
152 COMPACT_RTF = NO
153 RTF_HYPERLINKS = NO
154 RTF_STYLESHEET_FILE =
155 RTF_EXTENSIONS_FILE =
156 #---------------------------------------------------------------------------
157 # configuration options related to the man page output
158 #---------------------------------------------------------------------------
159 GENERATE_MAN = NO
160 MAN_OUTPUT = man
161 MAN_EXTENSION = .3
162 MAN_LINKS = NO
163 #---------------------------------------------------------------------------
164 # configuration options related to the XML output
165 #---------------------------------------------------------------------------
166 GENERATE_XML = NO
167 XML_OUTPUT = xml
168 XML_SCHEMA =
169 XML_DTD =
170 #---------------------------------------------------------------------------
171 # configuration options for the AutoGen Definitions output
172 #---------------------------------------------------------------------------
173 GENERATE_AUTOGEN_DEF = NO
174 #---------------------------------------------------------------------------
175 # configuration options related to the Perl module output
176 #---------------------------------------------------------------------------
177 GENERATE_PERLMOD = NO
178 PERLMOD_LATEX = NO
179 PERLMOD_PRETTY = YES
180 PERLMOD_MAKEVAR_PREFIX =
181 #---------------------------------------------------------------------------
182 # Configuration options related to the preprocessor
183 #---------------------------------------------------------------------------
184 ENABLE_PREPROCESSING = YES
185 MACRO_EXPANSION = NO
186 EXPAND_ONLY_PREDEF = NO
187 SEARCH_INCLUDES = YES
188 INCLUDE_PATH =
189 INCLUDE_FILE_PATTERNS =
190 PREDEFINED =
191 EXPAND_AS_DEFINED =
192 SKIP_FUNCTION_MACROS = YES
193 #---------------------------------------------------------------------------
194 # Configuration::addtions related to external references
195 #---------------------------------------------------------------------------
196 TAGFILES =
197 GENERATE_TAGFILE =
198 ALLEXTERNALS = NO
199 EXTERNAL_GROUPS = YES
200 PERL_PATH = /usr/bin/perl
201 #---------------------------------------------------------------------------
202 # Configuration options related to the dot tool
203 #---------------------------------------------------------------------------
204 CLASS_DIAGRAMS = YES
205 HIDE_UNDOC_RELATIONS = YES
206 HAVE_DOT = NO
207 CLASS_GRAPH = YES
208 COLLABORATION_GRAPH = YES
209 UML_LOOK = YES
210 TEMPLATE_RELATIONS = NO
211 INCLUDE_GRAPH = YES
212 INCLUDED_BY_GRAPH = YES
213 CALL_GRAPH = NO
214 GRAPHICAL_HIERARCHY = YES
215 DOT_IMAGE_FORMAT = png
216 DOT_PATH =
217 DOTFILE_DIRS =
218 MAX_DOT_GRAPH_WIDTH = 1024
219 MAX_DOT_GRAPH_HEIGHT = 1024
220 MAX_DOT_GRAPH_DEPTH = 0
221 GENERATE_LEGEND = YES
222 DOT_CLEANUP = YES
223 #---------------------------------------------------------------------------
224 # Configuration::addtions related to the search engine
225 #---------------------------------------------------------------------------
226 SEARCHENGINE = NO

  ViewVC Help
Powered by ViewVC