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

Annotation of /linuxsampler/trunk/Doxyfile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1424 - (hide annotations) (download)
Sun Oct 14 22:00:17 2007 UTC (16 years, 6 months ago) by schoenebeck
File size: 9298 byte(s)
* code cleanup:
- global.h now only covers global definitions that are needed for the C++
  API header files, all implementation internal global definitions are now
  in global_private.h
- atomic.h is not exposed to the C++ API anymore (replaced the references
  in SynchronizedConfig.h for this with local definitions)
- no need to include config.h anymore for using LS's API header files
- DB instruments classes are not exposed to the C++ API
- POSIX callback functions of Thread.h are hidden
- the (optional) gig Engine benchmark compiles again
- updated Doxyfile.in
- fixed warnings in API doc generation
* preparations for release 0.5.0

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

  ViewVC Help
Powered by ViewVC