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