annotate src/portaudio_20140130/Doxyfile @ 53:e1712f7d74a4

Rebuild with DW2 exception handling to match Qt
author Chris Cannam
date Thu, 27 Oct 2016 10:26:57 +0100
parents 7ddb4fc30dac
children
rev   line source
Chris@39 1 # Doxyfile 1.4.6
Chris@39 2
Chris@39 3 #---------------------------------------------------------------------------
Chris@39 4 # Project related configuration options
Chris@39 5 #---------------------------------------------------------------------------
Chris@39 6 PROJECT_NAME = PortAudio
Chris@39 7 PROJECT_NUMBER = 2.0
Chris@39 8 OUTPUT_DIRECTORY = ./doc/
Chris@39 9 CREATE_SUBDIRS = NO
Chris@39 10 OUTPUT_LANGUAGE = English
Chris@39 11 USE_WINDOWS_ENCODING = NO
Chris@39 12 BRIEF_MEMBER_DESC = YES
Chris@39 13 REPEAT_BRIEF = YES
Chris@39 14 ABBREVIATE_BRIEF = "The $name class" \
Chris@39 15 "The $name widget" \
Chris@39 16 "The $name file" \
Chris@39 17 is \
Chris@39 18 provides \
Chris@39 19 specifies \
Chris@39 20 contains \
Chris@39 21 represents \
Chris@39 22 a \
Chris@39 23 an \
Chris@39 24 the
Chris@39 25 ALWAYS_DETAILED_SEC = NO
Chris@39 26 INLINE_INHERITED_MEMB = NO
Chris@39 27 FULL_PATH_NAMES = NO
Chris@39 28 STRIP_FROM_PATH =
Chris@39 29 STRIP_FROM_INC_PATH =
Chris@39 30 SHORT_NAMES = NO
Chris@39 31 JAVADOC_AUTOBRIEF = NO
Chris@39 32 MULTILINE_CPP_IS_BRIEF = NO
Chris@39 33 DETAILS_AT_TOP = NO
Chris@39 34 INHERIT_DOCS = YES
Chris@39 35 SEPARATE_MEMBER_PAGES = NO
Chris@39 36 TAB_SIZE = 8
Chris@39 37 ALIASES =
Chris@39 38 OPTIMIZE_OUTPUT_FOR_C = YES
Chris@39 39 OPTIMIZE_OUTPUT_JAVA = NO
Chris@39 40 BUILTIN_STL_SUPPORT = NO
Chris@39 41 DISTRIBUTE_GROUP_DOC = NO
Chris@39 42 SUBGROUPING = YES
Chris@39 43 #---------------------------------------------------------------------------
Chris@39 44 # Build related configuration options
Chris@39 45 #---------------------------------------------------------------------------
Chris@39 46 EXTRACT_ALL = NO
Chris@39 47 EXTRACT_PRIVATE = NO
Chris@39 48 EXTRACT_STATIC = NO
Chris@39 49 EXTRACT_LOCAL_CLASSES = YES
Chris@39 50 EXTRACT_LOCAL_METHODS = NO
Chris@39 51 HIDE_UNDOC_MEMBERS = NO
Chris@39 52 HIDE_UNDOC_CLASSES = NO
Chris@39 53 HIDE_FRIEND_COMPOUNDS = NO
Chris@39 54 HIDE_IN_BODY_DOCS = NO
Chris@39 55 INTERNAL_DOCS = NO
Chris@39 56 CASE_SENSE_NAMES = YES
Chris@39 57 HIDE_SCOPE_NAMES = NO
Chris@39 58 SHOW_INCLUDE_FILES = YES
Chris@39 59 INLINE_INFO = YES
Chris@39 60 SORT_MEMBER_DOCS = YES
Chris@39 61 SORT_BRIEF_DOCS = NO
Chris@39 62 SORT_BY_SCOPE_NAME = NO
Chris@39 63 GENERATE_TODOLIST = NO
Chris@39 64 GENERATE_TESTLIST = NO
Chris@39 65 GENERATE_BUGLIST = NO
Chris@39 66 GENERATE_DEPRECATEDLIST= YES
Chris@39 67 ENABLED_SECTIONS =
Chris@39 68 MAX_INITIALIZER_LINES = 30
Chris@39 69 SHOW_USED_FILES = YES
Chris@39 70 SHOW_DIRECTORIES = YES
Chris@39 71 FILE_VERSION_FILTER =
Chris@39 72 #---------------------------------------------------------------------------
Chris@39 73 # configuration options related to warning and progress messages
Chris@39 74 #---------------------------------------------------------------------------
Chris@39 75 QUIET = NO
Chris@39 76 WARNINGS = YES
Chris@39 77 WARN_IF_UNDOCUMENTED = YES
Chris@39 78 WARN_IF_DOC_ERROR = YES
Chris@39 79 WARN_NO_PARAMDOC = NO
Chris@39 80 WARN_FORMAT = "$file:$line: $text"
Chris@39 81 WARN_LOGFILE =
Chris@39 82 #---------------------------------------------------------------------------
Chris@39 83 # configuration options related to the input files
Chris@39 84 #---------------------------------------------------------------------------
Chris@39 85 INPUT = doc/src \
Chris@39 86 include \
Chris@39 87 bindings/java \
Chris@39 88 examples
Chris@39 89 FILE_PATTERNS = *.h \
Chris@39 90 *.c \
Chris@39 91 *.cpp \
Chris@39 92 *.java \
Chris@39 93 *.dox
Chris@39 94 RECURSIVE = YES
Chris@39 95 EXCLUDE = src/hostapi/wasapi/mingw-include
Chris@39 96 EXCLUDE_SYMLINKS = NO
Chris@39 97 EXCLUDE_PATTERNS =
Chris@39 98 EXAMPLE_PATH =
Chris@39 99 EXAMPLE_PATTERNS =
Chris@39 100 EXAMPLE_RECURSIVE = NO
Chris@39 101 IMAGE_PATH = doc/src/images
Chris@39 102 INPUT_FILTER =
Chris@39 103 FILTER_PATTERNS =
Chris@39 104 FILTER_SOURCE_FILES = NO
Chris@39 105 #---------------------------------------------------------------------------
Chris@39 106 # configuration options related to source browsing
Chris@39 107 #---------------------------------------------------------------------------
Chris@39 108 SOURCE_BROWSER = YES
Chris@39 109 INLINE_SOURCES = NO
Chris@39 110 STRIP_CODE_COMMENTS = YES
Chris@39 111 REFERENCED_BY_RELATION = YES
Chris@39 112 REFERENCES_RELATION = YES
Chris@39 113 USE_HTAGS = NO
Chris@39 114 VERBATIM_HEADERS = YES
Chris@39 115 #---------------------------------------------------------------------------
Chris@39 116 # configuration options related to the alphabetical class index
Chris@39 117 #---------------------------------------------------------------------------
Chris@39 118 ALPHABETICAL_INDEX = NO
Chris@39 119 COLS_IN_ALPHA_INDEX = 5
Chris@39 120 IGNORE_PREFIX =
Chris@39 121 #---------------------------------------------------------------------------
Chris@39 122 # configuration options related to the HTML output
Chris@39 123 #---------------------------------------------------------------------------
Chris@39 124 GENERATE_HTML = YES
Chris@39 125 HTML_OUTPUT = html
Chris@39 126 HTML_FILE_EXTENSION = .html
Chris@39 127 HTML_HEADER =
Chris@39 128 HTML_FOOTER =
Chris@39 129 HTML_STYLESHEET =
Chris@39 130 HTML_ALIGN_MEMBERS = YES
Chris@39 131 GENERATE_HTMLHELP = NO
Chris@39 132 CHM_FILE =
Chris@39 133 HHC_LOCATION =
Chris@39 134 GENERATE_CHI = NO
Chris@39 135 BINARY_TOC = NO
Chris@39 136 TOC_EXPAND = NO
Chris@39 137 DISABLE_INDEX = NO
Chris@39 138 ENUM_VALUES_PER_LINE = 4
Chris@39 139 GENERATE_TREEVIEW = NO
Chris@39 140 TREEVIEW_WIDTH = 250
Chris@39 141 #---------------------------------------------------------------------------
Chris@39 142 # configuration options related to the LaTeX output
Chris@39 143 #---------------------------------------------------------------------------
Chris@39 144 GENERATE_LATEX = NO
Chris@39 145 LATEX_OUTPUT = latex
Chris@39 146 LATEX_CMD_NAME = latex
Chris@39 147 MAKEINDEX_CMD_NAME = makeindex
Chris@39 148 COMPACT_LATEX = NO
Chris@39 149 PAPER_TYPE = a4wide
Chris@39 150 EXTRA_PACKAGES =
Chris@39 151 LATEX_HEADER =
Chris@39 152 PDF_HYPERLINKS = NO
Chris@39 153 USE_PDFLATEX = NO
Chris@39 154 LATEX_BATCHMODE = NO
Chris@39 155 LATEX_HIDE_INDICES = NO
Chris@39 156 #---------------------------------------------------------------------------
Chris@39 157 # configuration options related to the RTF output
Chris@39 158 #---------------------------------------------------------------------------
Chris@39 159 GENERATE_RTF = NO
Chris@39 160 RTF_OUTPUT = rtf
Chris@39 161 COMPACT_RTF = NO
Chris@39 162 RTF_HYPERLINKS = NO
Chris@39 163 RTF_STYLESHEET_FILE =
Chris@39 164 RTF_EXTENSIONS_FILE =
Chris@39 165 #---------------------------------------------------------------------------
Chris@39 166 # configuration options related to the man page output
Chris@39 167 #---------------------------------------------------------------------------
Chris@39 168 GENERATE_MAN = NO
Chris@39 169 MAN_OUTPUT = man
Chris@39 170 MAN_EXTENSION = .3
Chris@39 171 MAN_LINKS = NO
Chris@39 172 #---------------------------------------------------------------------------
Chris@39 173 # configuration options related to the XML output
Chris@39 174 #---------------------------------------------------------------------------
Chris@39 175 GENERATE_XML = NO
Chris@39 176 XML_OUTPUT = xml
Chris@39 177 XML_SCHEMA =
Chris@39 178 XML_DTD =
Chris@39 179 XML_PROGRAMLISTING = YES
Chris@39 180 #---------------------------------------------------------------------------
Chris@39 181 # configuration options for the AutoGen Definitions output
Chris@39 182 #---------------------------------------------------------------------------
Chris@39 183 GENERATE_AUTOGEN_DEF = NO
Chris@39 184 #---------------------------------------------------------------------------
Chris@39 185 # configuration options related to the Perl module output
Chris@39 186 #---------------------------------------------------------------------------
Chris@39 187 GENERATE_PERLMOD = NO
Chris@39 188 PERLMOD_LATEX = NO
Chris@39 189 PERLMOD_PRETTY = YES
Chris@39 190 PERLMOD_MAKEVAR_PREFIX =
Chris@39 191 #---------------------------------------------------------------------------
Chris@39 192 # Configuration options related to the preprocessor
Chris@39 193 #---------------------------------------------------------------------------
Chris@39 194 ENABLE_PREPROCESSING = YES
Chris@39 195 MACRO_EXPANSION = NO
Chris@39 196 EXPAND_ONLY_PREDEF = NO
Chris@39 197 SEARCH_INCLUDES = YES
Chris@39 198 INCLUDE_PATH =
Chris@39 199 INCLUDE_FILE_PATTERNS =
Chris@39 200 PREDEFINED =
Chris@39 201 EXPAND_AS_DEFINED =
Chris@39 202 SKIP_FUNCTION_MACROS = YES
Chris@39 203 #---------------------------------------------------------------------------
Chris@39 204 # Configuration::additions related to external references
Chris@39 205 #---------------------------------------------------------------------------
Chris@39 206 TAGFILES =
Chris@39 207 GENERATE_TAGFILE =
Chris@39 208 ALLEXTERNALS = NO
Chris@39 209 EXTERNAL_GROUPS = YES
Chris@39 210 PERL_PATH = /usr/bin/perl
Chris@39 211 #---------------------------------------------------------------------------
Chris@39 212 # Configuration options related to the dot tool
Chris@39 213 #---------------------------------------------------------------------------
Chris@39 214 CLASS_DIAGRAMS = NO
Chris@39 215 HIDE_UNDOC_RELATIONS = NO
Chris@39 216 HAVE_DOT = NO
Chris@39 217 CLASS_GRAPH = YES
Chris@39 218 COLLABORATION_GRAPH = YES
Chris@39 219 GROUP_GRAPHS = YES
Chris@39 220 UML_LOOK = NO
Chris@39 221 TEMPLATE_RELATIONS = YES
Chris@39 222 INCLUDE_GRAPH = YES
Chris@39 223 INCLUDED_BY_GRAPH = YES
Chris@39 224 CALL_GRAPH = NO
Chris@39 225 GRAPHICAL_HIERARCHY = YES
Chris@39 226 DIRECTORY_GRAPH = YES
Chris@39 227 DOT_IMAGE_FORMAT = png
Chris@39 228 DOT_PATH =
Chris@39 229 DOTFILE_DIRS =
Chris@39 230 MAX_DOT_GRAPH_WIDTH = 1024
Chris@39 231 MAX_DOT_GRAPH_HEIGHT = 1024
Chris@39 232 MAX_DOT_GRAPH_DEPTH = 1000
Chris@39 233 DOT_TRANSPARENT = NO
Chris@39 234 DOT_MULTI_TARGETS = NO
Chris@39 235 GENERATE_LEGEND = YES
Chris@39 236 DOT_CLEANUP = YES
Chris@39 237 #---------------------------------------------------------------------------
Chris@39 238 # Configuration::additions related to the search engine
Chris@39 239 #---------------------------------------------------------------------------
Chris@39 240 SEARCHENGINE = NO