# Doxyfile 1.5.3

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME           = formats
PROJECT_NUMBER         = metaphrast_1
OUTPUT_DIRECTORY       = ./
FULL_PATH_NAMES        = NO
TAB_SIZE               = 4
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_ALL            = YES
SHOW_DIRECTORIES       = YES
SORT_MEMBER_DOCS       = NO
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
WARN_NO_PARAMDOC       = YES
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT                  = ..
FILE_PATTERNS          = *.h *.cpp
RECURSIVE              = YES
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER         = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX     = YES
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
HTML_OUTPUT            = api
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX         = NO
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor   
#---------------------------------------------------------------------------
PREDEFINED             = SUPPORT_AUTO_PROXY_CONFIGURATION \
                         FORMATS_GETVALUE8 \
                         FORMATS_GETVALUE8_ASSIGN \
                         FORMATS_GETVALUE16 \
                         FORMATS_ENABLE_DUPLICATE_INTO \
                         FORMATS_DATAFILE_ENABLED \
                         FORMATS_NEED_LANGUAGE \
                         FORMATS_ENABLE_CONSTRUCT_FROM_NAME_VALUE \
                         FORMATS_URI_ESCAPE_SUPPORT
