# Project related configuration options
PROJECT_NAME = liba
PROJECT_NUMBER = 0.1.15
PROJECT_BRIEF = An algorithm library based on C/C++
OUTPUT_DIRECTORY = ../../build
CREATE_SUBDIRS = YES
OPTIMIZE_OUTPUT_FOR_C = YES
# Build related configuration options
EXTRACT_STATIC = YES
# Configuration options related to warning and progress messages
WARN_IF_UNDOCUMENTED = NO
WARN_NO_PARAMDOC = YES
# Configuration options related to the input files
INPUT = ../../README.md .
RECURSIVE = YES
# Configuration options related to source browsing
# Configuration options related to the alphabetical class index
# Configuration options related to the HTML output
HTML_FOOTER = ../../doc/footer.html
USE_MATHJAX = YES
MATHJAX_VERSION = MathJax_3
# Configuration options related to the LaTeX output
GENERATE_LATEX = NO
# Configuration options related to the RTF output
# Configuration options related to the man page output
# Configuration options related to the XML output
GENERATE_XML = YES
# Configuration options related to the DOCBOOK output
# Configuration options for the AutoGen Definitions output
# Configuration options related to Sqlite3 output
# Configuration options related to the Perl module output
# Configuration options related to the preprocessor
MACRO_EXPANSION = YES
PREDEFINED = __STDC_VERSION__=201112L __cplusplus=201103L A_BYTE_ORDER=1234 A_SIZE_POINTER=8 A_INLINE:=inline A_NONULL():= A_FORMAT():= A_EXTERN:= A_INTERN:= A_PUBLIC:= A_HIDDEN:=
# Configuration options related to external references
# Configuration options related to the dot tool
HAVE_DOT = YES
INTERACTIVE_SVG = YES
DOT_IMAGE_FORMAT = svg
DOT_MULTI_TARGETS = YES