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