Chris@4: # Doxyfile 1.4.6 Chris@4: Chris@4: #--------------------------------------------------------------------------- Chris@4: # Project related configuration options Chris@4: #--------------------------------------------------------------------------- Chris@4: PROJECT_NAME = PortAudio Chris@4: PROJECT_NUMBER = 2.0 Chris@4: OUTPUT_DIRECTORY = ./doc/ Chris@4: CREATE_SUBDIRS = NO Chris@4: OUTPUT_LANGUAGE = English Chris@4: USE_WINDOWS_ENCODING = NO Chris@4: BRIEF_MEMBER_DESC = YES Chris@4: REPEAT_BRIEF = YES Chris@4: ABBREVIATE_BRIEF = "The $name class" \ Chris@4: "The $name widget" \ Chris@4: "The $name file" \ Chris@4: is \ Chris@4: provides \ Chris@4: specifies \ Chris@4: contains \ Chris@4: represents \ Chris@4: a \ Chris@4: an \ Chris@4: the Chris@4: ALWAYS_DETAILED_SEC = NO Chris@4: INLINE_INHERITED_MEMB = NO Chris@4: FULL_PATH_NAMES = NO Chris@4: STRIP_FROM_PATH = Chris@4: STRIP_FROM_INC_PATH = Chris@4: SHORT_NAMES = NO Chris@4: JAVADOC_AUTOBRIEF = NO Chris@4: MULTILINE_CPP_IS_BRIEF = NO Chris@4: DETAILS_AT_TOP = NO Chris@4: INHERIT_DOCS = YES Chris@4: SEPARATE_MEMBER_PAGES = NO Chris@4: TAB_SIZE = 8 Chris@4: ALIASES = Chris@4: OPTIMIZE_OUTPUT_FOR_C = YES Chris@4: OPTIMIZE_OUTPUT_JAVA = NO Chris@4: BUILTIN_STL_SUPPORT = NO Chris@4: DISTRIBUTE_GROUP_DOC = NO Chris@4: SUBGROUPING = YES Chris@4: #--------------------------------------------------------------------------- Chris@4: # Build related configuration options Chris@4: #--------------------------------------------------------------------------- Chris@4: EXTRACT_ALL = NO Chris@4: EXTRACT_PRIVATE = NO Chris@4: EXTRACT_STATIC = NO Chris@4: EXTRACT_LOCAL_CLASSES = YES Chris@4: EXTRACT_LOCAL_METHODS = NO Chris@4: HIDE_UNDOC_MEMBERS = NO Chris@4: HIDE_UNDOC_CLASSES = NO Chris@4: HIDE_FRIEND_COMPOUNDS = NO Chris@4: HIDE_IN_BODY_DOCS = NO Chris@4: INTERNAL_DOCS = NO Chris@4: CASE_SENSE_NAMES = YES Chris@4: HIDE_SCOPE_NAMES = NO Chris@4: SHOW_INCLUDE_FILES = YES Chris@4: INLINE_INFO = YES Chris@4: SORT_MEMBER_DOCS = YES Chris@4: SORT_BRIEF_DOCS = NO Chris@4: SORT_BY_SCOPE_NAME = NO Chris@4: GENERATE_TODOLIST = NO Chris@4: GENERATE_TESTLIST = NO Chris@4: GENERATE_BUGLIST = NO Chris@4: GENERATE_DEPRECATEDLIST= YES Chris@4: ENABLED_SECTIONS = Chris@4: MAX_INITIALIZER_LINES = 30 Chris@4: SHOW_USED_FILES = YES Chris@4: SHOW_DIRECTORIES = YES Chris@4: FILE_VERSION_FILTER = Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to warning and progress messages Chris@4: #--------------------------------------------------------------------------- Chris@4: QUIET = NO Chris@4: WARNINGS = YES Chris@4: WARN_IF_UNDOCUMENTED = YES Chris@4: WARN_IF_DOC_ERROR = YES Chris@4: WARN_NO_PARAMDOC = NO Chris@4: WARN_FORMAT = "$file:$line: $text" Chris@4: WARN_LOGFILE = Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to the input files Chris@4: #--------------------------------------------------------------------------- Chris@4: INPUT = doc/src \ Chris@4: include \ Chris@4: examples Chris@4: FILE_PATTERNS = *.h \ Chris@4: *.c \ Chris@4: *.cpp \ Chris@4: *.dox Chris@4: RECURSIVE = YES Chris@4: EXCLUDE = src/hostapi/wasapi/mingw-include Chris@4: EXCLUDE_SYMLINKS = NO Chris@4: EXCLUDE_PATTERNS = Chris@4: EXAMPLE_PATH = Chris@4: EXAMPLE_PATTERNS = Chris@4: EXAMPLE_RECURSIVE = NO Chris@4: IMAGE_PATH = doc/src/images Chris@4: INPUT_FILTER = Chris@4: FILTER_PATTERNS = Chris@4: FILTER_SOURCE_FILES = NO Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to source browsing Chris@4: #--------------------------------------------------------------------------- Chris@4: SOURCE_BROWSER = YES Chris@4: INLINE_SOURCES = NO Chris@4: STRIP_CODE_COMMENTS = YES Chris@4: REFERENCED_BY_RELATION = YES Chris@4: REFERENCES_RELATION = YES Chris@4: USE_HTAGS = NO Chris@4: VERBATIM_HEADERS = YES Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to the alphabetical class index Chris@4: #--------------------------------------------------------------------------- Chris@4: ALPHABETICAL_INDEX = NO Chris@4: COLS_IN_ALPHA_INDEX = 5 Chris@4: IGNORE_PREFIX = Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to the HTML output Chris@4: #--------------------------------------------------------------------------- Chris@4: GENERATE_HTML = YES Chris@4: HTML_OUTPUT = html Chris@4: HTML_FILE_EXTENSION = .html Chris@4: HTML_HEADER = Chris@4: HTML_FOOTER = Chris@4: HTML_STYLESHEET = Chris@4: HTML_ALIGN_MEMBERS = YES Chris@4: GENERATE_HTMLHELP = NO Chris@4: CHM_FILE = Chris@4: HHC_LOCATION = Chris@4: GENERATE_CHI = NO Chris@4: BINARY_TOC = NO Chris@4: TOC_EXPAND = NO Chris@4: DISABLE_INDEX = NO Chris@4: ENUM_VALUES_PER_LINE = 4 Chris@4: GENERATE_TREEVIEW = NO Chris@4: TREEVIEW_WIDTH = 250 Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to the LaTeX output Chris@4: #--------------------------------------------------------------------------- Chris@4: GENERATE_LATEX = NO Chris@4: LATEX_OUTPUT = latex Chris@4: LATEX_CMD_NAME = latex Chris@4: MAKEINDEX_CMD_NAME = makeindex Chris@4: COMPACT_LATEX = NO Chris@4: PAPER_TYPE = a4wide Chris@4: EXTRA_PACKAGES = Chris@4: LATEX_HEADER = Chris@4: PDF_HYPERLINKS = NO Chris@4: USE_PDFLATEX = NO Chris@4: LATEX_BATCHMODE = NO Chris@4: LATEX_HIDE_INDICES = NO Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to the RTF output Chris@4: #--------------------------------------------------------------------------- Chris@4: GENERATE_RTF = NO Chris@4: RTF_OUTPUT = rtf Chris@4: COMPACT_RTF = NO Chris@4: RTF_HYPERLINKS = NO Chris@4: RTF_STYLESHEET_FILE = Chris@4: RTF_EXTENSIONS_FILE = Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to the man page output Chris@4: #--------------------------------------------------------------------------- Chris@4: GENERATE_MAN = NO Chris@4: MAN_OUTPUT = man Chris@4: MAN_EXTENSION = .3 Chris@4: MAN_LINKS = NO Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to the XML output Chris@4: #--------------------------------------------------------------------------- Chris@4: GENERATE_XML = NO Chris@4: XML_OUTPUT = xml Chris@4: XML_SCHEMA = Chris@4: XML_DTD = Chris@4: XML_PROGRAMLISTING = YES Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options for the AutoGen Definitions output Chris@4: #--------------------------------------------------------------------------- Chris@4: GENERATE_AUTOGEN_DEF = NO Chris@4: #--------------------------------------------------------------------------- Chris@4: # configuration options related to the Perl module output Chris@4: #--------------------------------------------------------------------------- Chris@4: GENERATE_PERLMOD = NO Chris@4: PERLMOD_LATEX = NO Chris@4: PERLMOD_PRETTY = YES Chris@4: PERLMOD_MAKEVAR_PREFIX = Chris@4: #--------------------------------------------------------------------------- Chris@4: # Configuration options related to the preprocessor Chris@4: #--------------------------------------------------------------------------- Chris@4: ENABLE_PREPROCESSING = YES Chris@4: MACRO_EXPANSION = NO Chris@4: EXPAND_ONLY_PREDEF = NO Chris@4: SEARCH_INCLUDES = YES Chris@4: INCLUDE_PATH = Chris@4: INCLUDE_FILE_PATTERNS = Chris@4: PREDEFINED = Chris@4: EXPAND_AS_DEFINED = Chris@4: SKIP_FUNCTION_MACROS = YES Chris@4: #--------------------------------------------------------------------------- Chris@4: # Configuration::additions related to external references Chris@4: #--------------------------------------------------------------------------- Chris@4: TAGFILES = Chris@4: GENERATE_TAGFILE = Chris@4: ALLEXTERNALS = NO Chris@4: EXTERNAL_GROUPS = YES Chris@4: PERL_PATH = /usr/bin/perl Chris@4: #--------------------------------------------------------------------------- Chris@4: # Configuration options related to the dot tool Chris@4: #--------------------------------------------------------------------------- Chris@4: CLASS_DIAGRAMS = NO Chris@4: HIDE_UNDOC_RELATIONS = NO Chris@4: HAVE_DOT = NO Chris@4: CLASS_GRAPH = YES Chris@4: COLLABORATION_GRAPH = YES Chris@4: GROUP_GRAPHS = YES Chris@4: UML_LOOK = NO Chris@4: TEMPLATE_RELATIONS = YES Chris@4: INCLUDE_GRAPH = YES Chris@4: INCLUDED_BY_GRAPH = YES Chris@4: CALL_GRAPH = NO Chris@4: GRAPHICAL_HIERARCHY = YES Chris@4: DIRECTORY_GRAPH = YES Chris@4: DOT_IMAGE_FORMAT = png Chris@4: DOT_PATH = Chris@4: DOTFILE_DIRS = Chris@4: MAX_DOT_GRAPH_WIDTH = 1024 Chris@4: MAX_DOT_GRAPH_HEIGHT = 1024 Chris@4: MAX_DOT_GRAPH_DEPTH = 1000 Chris@4: DOT_TRANSPARENT = NO Chris@4: DOT_MULTI_TARGETS = NO Chris@4: GENERATE_LEGEND = YES Chris@4: DOT_CLEANUP = YES Chris@4: #--------------------------------------------------------------------------- Chris@4: # Configuration::additions related to the search engine Chris@4: #--------------------------------------------------------------------------- Chris@4: SEARCHENGINE = NO