# Doxyfile 1.5.1-p1
# Run doxygen -g - to get documentation and see all default settings.

# Project related configuration options
PROJECT_NAME           = quick
PROJECT_NUMBER         = ben_johnson_4_work
FULL_PATH_NAMES        = NO
TAB_SIZE               = 4
# Build related configuration options
EXTRACT_ALL            = YES
SHOW_DIRECTORIES       = YES
# configuration options related to warning and progress messages
WARN_NO_PARAMDOC       = YES
# configuration options related to the input files
INPUT                  = ../
RECURSIVE              = YES
# configuration options related to source browsing
SOURCE_BROWSER         = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION    = YES
# configuration options related to the alphabetical class index
ALPHABETICAL_INDEX     = YES
# configuration options related to the HTML output
HTML_OUTPUT            = api
GENERATE_TREEVIEW      = NO
# configuration options related to the LaTeX output
GENERATE_LATEX         = NO
PDF_HYPERLINKS         = NO
USE_PDFLATEX           = NO
# Configuration options related to the preprocessor
PREDEFINED             = SUPPORT_GENERATE_THUMBNAILS \
                         M2_SUPPORT \
                         WAND_SUPPORT \
                         WINDOW_COMMANDER_TRANSFER \
                         OPERA_CONSOLE \
                         SEARCH_MATCHES_ALL \
                         SUPPORT_DATA_SYNC \
                         MSWIN \
                         SUPPORT_SPEED_DIAL \
                         SUPPORT_AUTO_PROXY_CONFIGURATION \
                         _ECMASCRIPT_SUPPORT_ \
                         GADGET_SUPPORT \
                         PERMANENT_HOMEPAGE_SUPPORT \
                         _PRINT_SUPPORT_ \
                         _DDE_SUPPORT_ \
                         USE_ABOUT_FRAMEWORK \
                         _ALLOW_CONTROL_KEY_AND_COMMAND_KEY_IN_SHORTCUTS_ \
                         SELFTEST \
                         _BITTORRENT_SUPPORT_ \
                         _XML_SUPPORT_ \
                         TRUST_RATING \
                         _VALIDATION_SUPPORT_ \
                         SUPPORT_VISUAL_ADBLOCK \
                         SUPPORT_BOOKMARK_ICONS \
                         SKIN_MODULE \
                         PREFSFILE_MODULE \
                         WIDGETS_MODULE \
                         ACCESSIBILITY_EXTENSION_SUPPORT \
                         SKIN_CAP_HILDON_EXTENSIONS \
                         QUICK \
                         RSS_SUPPORT \
                         SEARCH_BAR_SUPPORT \
                         COLOURED_MULTIEDIT_SUPPORT \
                         MIME_CAP_MODULE
# Configuration options related to the dot tool
CALL_GRAPH             = YES
DOT_TRANSPARENT        = NO
SEARCHENGINE           = YES
