To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / portaudio_20161030_catalina_patch / bindings / cpp / doc / config.doxy @ 162:d43aab368df9

History | View | Annotate | Download (7.91 KB)

1
# Doxyfile 1.3.6
2

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