# Doxyfile 1.0.0

# This file describes the settings to be used by doxygen for a project
#
# All text after a hash (#) is considered a comment and will be ignored
# The format is:
#       TAG = value [value, ...]
# Values that contain spaces should be placed between quotes (" ")

#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------

# The PROJECT_NAME tag is a single word (or a sequence of word surrounded
# by quotes) that should identify the project. 

PROJECT_NAME         = "Qt Audio Widget Library"

PROJECT_NUMBER       = 0.2.7


OUTPUT_DIRECTORY     = doc/html
GENERATE_RTF         = NO

OUTPUT_LANGUAGE      = English

QUIET                = NO

WARNINGS             = YES

DISABLE_INDEX        = NO

EXTRACT_ALL          = YES

EXTRACT_PRIVATE      = NO

HIDE_UNDOC_MEMBERS   = NO

HIDE_UNDOC_CLASSES   = NO

BRIEF_MEMBER_DESC    = YES

REPEAT_BRIEF         = YES

ALWAYS_DETAILED_SEC  = NO

FULL_PATH_NAMES      = NO

STRIP_FROM_PATH      =

INTERNAL_DOCS        = NO

CLASS_DIAGRAMS       = YES

SOURCE_BROWSER       = NO

INLINE_SOURCES       = NO

CASE_SENSE_NAMES     = NO

VERBATIM_HEADERS     = YES

JAVADOC_AUTOBRIEF    = YES

INHERIT_DOCS         = YES

INLINE_INFO          = YES

TAB_SIZE             = 2

INPUT                = qawl

FILE_PATTERNS        = *.h *.C

IGNORE_PREFIX          = QAWL_

RECURSIVE            = NO

SORT_MEMBER_DOCS       = NO

EXCLUDE              =

EXCLUDE_PATTERNS     =

EXAMPLE_PATH         =

EXAMPLE_PATTERNS     =

# The IMAGE_PATH tag can be used to specify one or more files or 
# directories that contain image that are included in the documentation (see 
# the \image command).

GENERATE_HTML        = YES

HTML_OUTPUT          = doxygen-qawl

HTML_ALIGN_MEMBERS   = YES

GENERATE_HTMLHELP    = NO

ALPHABETICAL_INDEX   = NO

COLS_IN_ALPHA_INDEX  = 5

GENERATE_LATEX       = NO

GENERATE_MAN         = NO

ENABLE_PREPROCESSING = YES

MACRO_EXPANSION      = NO

SEARCH_INCLUDES      = YES

INCLUDE_PATH         =

# The PREDEFINED tag can be used to specify one or more macro names that
# are defined before the preprocessor is started (similar to the -D option of
# gcc). The argument of the tag is a list of macros of the form: name
# or name=definition (no spaces). If the definition and the = are 
# omitted =1 is assumed.

PREDEFINED           =

# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the
# PREDEFINED tag.

EXPAND_ONLY_PREDEF   = NO

#---------------------------------------------------------------------------
# Configuration options related to external references 
#---------------------------------------------------------------------------

# The TAGFILES tag can be used to specify one or more tagfiles. 

TAGFILES             =

# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.

GENERATE_TAGFILE     =

# If the ALLEXTERNALS tag is set to YES all external classes will be listed
# in the class index. If set to NO only the inherited external classes
# will be listed.

ALLEXTERNALS         = NO

# The PERL_PATH should be the absolute path and name of the perl script
# interpreter (i.e. the result of `which perl').

PERL_PATH            = /usr/bin/perl

#---------------------------------------------------------------------------
# Configuration options related to the search engine 
#---------------------------------------------------------------------------

# The SEARCHENGINE tag specifies whether or not a search engine should be 
# used. If set to NO the values of all tags below this one will be ignored.

SEARCHENGINE         = NO

# The CGI_NAME tag should be the name of the CGI script that
# starts the search engine (doxysearch) with the correct parameters.
# A script with this name will be generated by doxygen.

CGI_NAME             = search.cgi

# The CGI_URL tag should be the absolute URL to the directory where the
# cgi binaries are located. See the documentation of your http daemon for 
# details.

CGI_URL              =

# The DOC_URL tag should be the absolute URL to the directory where the
# documentation is located. If left blank the absolute path to the 
# documentation, with file:// prepended to it, will be used.

DOC_URL              =

# The DOC_ABSPATH tag should be the absolute path to the directory where the
# documentation is located. If left blank the directory on the local machine
# will be used.

DOC_ABSPATH          =

# The BIN_ABSPATH tag must point to the directory where the doxysearch binary
# is installed.

BIN_ABSPATH          = /usr/local/bin/

# The EXT_DOC_PATHS tag can be used to specify one or more paths to 
# documentation generated for other projects. This allows doxysearch to search
# the documentation for these projects as well.

EXT_DOC_PATHS        =
