annotate src/portaudio_20140130/Doxyfile.developer @ 39:7ddb4fc30dac

Current stable PortAudio source
author Chris Cannam
date Tue, 18 Oct 2016 13:11:05 +0100
parents
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 = YES
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 = YES
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 = YES
Chris@39 64 GENERATE_TESTLIST = YES
Chris@39 65 GENERATE_BUGLIST = YES
Chris@39 66 GENERATE_DEPRECATEDLIST= YES
Chris@39 67 ENABLED_SECTIONS = INTERNAL
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 src \
Chris@39 90 test \
Chris@39 91 qa
Chris@39 92 FILE_PATTERNS = *.h \
Chris@39 93 *.c \
Chris@39 94 *.cpp \
Chris@39 95 *.java \
Chris@39 96 *.dox
Chris@39 97 RECURSIVE = YES
Chris@39 98 EXCLUDE = src/hostapi/wasapi/mingw-include
Chris@39 99 EXCLUDE_SYMLINKS = NO
Chris@39 100 EXCLUDE_PATTERNS =
Chris@39 101 EXAMPLE_PATH =
Chris@39 102 EXAMPLE_PATTERNS =
Chris@39 103 EXAMPLE_RECURSIVE = NO
Chris@39 104 IMAGE_PATH = doc/src/images
Chris@39 105 INPUT_FILTER =
Chris@39 106 FILTER_PATTERNS =
Chris@39 107 FILTER_SOURCE_FILES = NO
Chris@39 108 #---------------------------------------------------------------------------
Chris@39 109 # configuration options related to source browsing
Chris@39 110 #---------------------------------------------------------------------------
Chris@39 111 SOURCE_BROWSER = NO
Chris@39 112 INLINE_SOURCES = NO
Chris@39 113 STRIP_CODE_COMMENTS = YES
Chris@39 114 REFERENCED_BY_RELATION = YES
Chris@39 115 REFERENCES_RELATION = YES
Chris@39 116 USE_HTAGS = NO
Chris@39 117 VERBATIM_HEADERS = YES
Chris@39 118 #---------------------------------------------------------------------------
Chris@39 119 # configuration options related to the alphabetical class index
Chris@39 120 #---------------------------------------------------------------------------
Chris@39 121 ALPHABETICAL_INDEX = NO
Chris@39 122 COLS_IN_ALPHA_INDEX = 5
Chris@39 123 IGNORE_PREFIX =
Chris@39 124 #---------------------------------------------------------------------------
Chris@39 125 # configuration options related to the HTML output
Chris@39 126 #---------------------------------------------------------------------------
Chris@39 127 GENERATE_HTML = YES
Chris@39 128 HTML_OUTPUT = html
Chris@39 129 HTML_FILE_EXTENSION = .html
Chris@39 130 HTML_HEADER =
Chris@39 131 HTML_FOOTER =
Chris@39 132 HTML_STYLESHEET =
Chris@39 133 HTML_ALIGN_MEMBERS = YES
Chris@39 134 GENERATE_HTMLHELP = NO
Chris@39 135 CHM_FILE =
Chris@39 136 HHC_LOCATION =
Chris@39 137 GENERATE_CHI = NO
Chris@39 138 BINARY_TOC = NO
Chris@39 139 TOC_EXPAND = NO
Chris@39 140 DISABLE_INDEX = NO
Chris@39 141 ENUM_VALUES_PER_LINE = 4
Chris@39 142 GENERATE_TREEVIEW = NO
Chris@39 143 TREEVIEW_WIDTH = 250
Chris@39 144 #---------------------------------------------------------------------------
Chris@39 145 # configuration options related to the LaTeX output
Chris@39 146 #---------------------------------------------------------------------------
Chris@39 147 GENERATE_LATEX = NO
Chris@39 148 LATEX_OUTPUT = latex
Chris@39 149 LATEX_CMD_NAME = latex
Chris@39 150 MAKEINDEX_CMD_NAME = makeindex
Chris@39 151 COMPACT_LATEX = NO
Chris@39 152 PAPER_TYPE = a4wide
Chris@39 153 EXTRA_PACKAGES =
Chris@39 154 LATEX_HEADER =
Chris@39 155 PDF_HYPERLINKS = NO
Chris@39 156 USE_PDFLATEX = NO
Chris@39 157 LATEX_BATCHMODE = NO
Chris@39 158 LATEX_HIDE_INDICES = NO
Chris@39 159 #---------------------------------------------------------------------------
Chris@39 160 # configuration options related to the RTF output
Chris@39 161 #---------------------------------------------------------------------------
Chris@39 162 GENERATE_RTF = NO
Chris@39 163 RTF_OUTPUT = rtf
Chris@39 164 COMPACT_RTF = NO
Chris@39 165 RTF_HYPERLINKS = NO
Chris@39 166 RTF_STYLESHEET_FILE =
Chris@39 167 RTF_EXTENSIONS_FILE =
Chris@39 168 #---------------------------------------------------------------------------
Chris@39 169 # configuration options related to the man page output
Chris@39 170 #---------------------------------------------------------------------------
Chris@39 171 GENERATE_MAN = NO
Chris@39 172 MAN_OUTPUT = man
Chris@39 173 MAN_EXTENSION = .3
Chris@39 174 MAN_LINKS = NO
Chris@39 175 #---------------------------------------------------------------------------
Chris@39 176 # configuration options related to the XML output
Chris@39 177 #---------------------------------------------------------------------------
Chris@39 178 GENERATE_XML = NO
Chris@39 179 XML_OUTPUT = xml
Chris@39 180 XML_SCHEMA =
Chris@39 181 XML_DTD =
Chris@39 182 XML_PROGRAMLISTING = YES
Chris@39 183 #---------------------------------------------------------------------------
Chris@39 184 # configuration options for the AutoGen Definitions output
Chris@39 185 #---------------------------------------------------------------------------
Chris@39 186 GENERATE_AUTOGEN_DEF = NO
Chris@39 187 #---------------------------------------------------------------------------
Chris@39 188 # configuration options related to the Perl module output
Chris@39 189 #---------------------------------------------------------------------------
Chris@39 190 GENERATE_PERLMOD = NO
Chris@39 191 PERLMOD_LATEX = NO
Chris@39 192 PERLMOD_PRETTY = YES
Chris@39 193 PERLMOD_MAKEVAR_PREFIX =
Chris@39 194 #---------------------------------------------------------------------------
Chris@39 195 # Configuration options related to the preprocessor
Chris@39 196 #---------------------------------------------------------------------------
Chris@39 197 ENABLE_PREPROCESSING = YES
Chris@39 198 MACRO_EXPANSION = NO
Chris@39 199 EXPAND_ONLY_PREDEF = NO
Chris@39 200 SEARCH_INCLUDES = YES
Chris@39 201 INCLUDE_PATH =
Chris@39 202 INCLUDE_FILE_PATTERNS =
Chris@39 203 PREDEFINED =
Chris@39 204 EXPAND_AS_DEFINED =
Chris@39 205 SKIP_FUNCTION_MACROS = YES
Chris@39 206 #---------------------------------------------------------------------------
Chris@39 207 # Configuration::additions related to external references
Chris@39 208 #---------------------------------------------------------------------------
Chris@39 209 TAGFILES =
Chris@39 210 GENERATE_TAGFILE =
Chris@39 211 ALLEXTERNALS = NO
Chris@39 212 EXTERNAL_GROUPS = YES
Chris@39 213 PERL_PATH = /usr/bin/perl
Chris@39 214 #---------------------------------------------------------------------------
Chris@39 215 # Configuration options related to the dot tool
Chris@39 216 #---------------------------------------------------------------------------
Chris@39 217 CLASS_DIAGRAMS = NO
Chris@39 218 HIDE_UNDOC_RELATIONS = NO
Chris@39 219 HAVE_DOT = NO
Chris@39 220 CLASS_GRAPH = YES
Chris@39 221 COLLABORATION_GRAPH = YES
Chris@39 222 GROUP_GRAPHS = YES
Chris@39 223 UML_LOOK = NO
Chris@39 224 TEMPLATE_RELATIONS = YES
Chris@39 225 INCLUDE_GRAPH = YES
Chris@39 226 INCLUDED_BY_GRAPH = YES
Chris@39 227 CALL_GRAPH = NO
Chris@39 228 GRAPHICAL_HIERARCHY = YES
Chris@39 229 DIRECTORY_GRAPH = YES
Chris@39 230 DOT_IMAGE_FORMAT = png
Chris@39 231 DOT_PATH =
Chris@39 232 DOTFILE_DIRS =
Chris@39 233 MAX_DOT_GRAPH_WIDTH = 1024
Chris@39 234 MAX_DOT_GRAPH_HEIGHT = 1024
Chris@39 235 MAX_DOT_GRAPH_DEPTH = 1000
Chris@39 236 DOT_TRANSPARENT = NO
Chris@39 237 DOT_MULTI_TARGETS = NO
Chris@39 238 GENERATE_LEGEND = YES
Chris@39 239 DOT_CLEANUP = YES
Chris@39 240 #---------------------------------------------------------------------------
Chris@39 241 # Configuration::additions related to the search engine
Chris@39 242 #---------------------------------------------------------------------------
Chris@39 243 SEARCHENGINE = NO