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

Contents of /linuxsampler/trunk/Doxyfile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2343 - (show annotations) (download)
Sun Apr 29 16:14:45 2012 UTC (11 years, 11 months ago) by persson
File size: 9509 byte(s)
* fixed configure script error with old autoconf versions
* LV2: use the new lv2 package if present
* lsatomic.h: use gcc provided atomic functions if building with gcc
  4.7 and C++11
* added comments in lsatomic.h

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

  ViewVC Help
Powered by ViewVC