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