# This configuration file specifies how Doxygen should parse the docstrings inside the C++ source code files.
# It is used as part of the tox-automated project building workflow to generate API documentation for extension code.
# Currently, this file provide the minimal configuration necessary to build the .xml documentation file that is then
# parsed and merged with python code documentation by sphinx via 'breathe' bridge.

DOXYFILE_ENCODING      = UTF-8
PROJECT_NAME           = "ataraxis-timer"
OUTPUT_DIRECTORY       = docs/source/doxygen
OUTPUT_LANGUAGE        = English
INPUT                  = src/c_extensions
GENERATE_XML           = YES
XML_OUTPUT             = xml
