# Doxyfile 1.7.3# This file describes the settings to be used by the documentation system# doxygen (www.doxygen.org) for a project.## All text after a hash (#) is considered a comment and will be ignored.# The format is:# TAG = value [value, ...]# For lists items can also be appended using:# TAG += value [value, ...]# Values that contain spaces should be placed between quotes (" ").#---------------------------------------------------------------------------# Project related configuration options#---------------------------------------------------------------------------# This tag specifies the encoding used for all characters in the config file# that follow. The default is UTF-8 which is also the encoding used for all# text before the first occurrence of this tag. Doxygen uses libiconv (or the# iconv built into libc) for the transcoding. See# http://www.gnu.org/software/libiconv for the list of possible encodings.DOXYFILE_ENCODING =UTF-8# The PROJECT_NAME tag is a single word (or a sequence of words surrounded# by quotes) that should identify the project.PROJECT_NAME ="MTS IO C++ Library Documentation "# The PROJECT_NUMBER tag can be used to enter a project or revision number.# This could be handy for archiving the generated documentation or# if some version control system is used.PROJECT_NUMBER =0.1# Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short.PROJECT_BRIEF ="An IO Library"# With the PROJECT_LOGO tag one can specify an logo or icon that is# included in the documentation. The maximum height of the logo should not# exceed 55 pixels and the maximum width should not exceed 200 pixels.# Doxygen will copy the logo to the output directory.PROJECT_LOGO =mts_logo.jpeg# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)# base path where the generated documentation will be put.# If a relative path is entered, it will be relative to the location# where doxygen was started. If left blank the current directory will be used.OUTPUT_DIRECTORY =# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create# 4096 sub-directories (in 2 levels) under the output directory of each output