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.linux @ 164:9fa11135915a

History | View | Annotate | Download (7.76 KB)

1
# Doxyfile 1.3.3
2

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