# Doxyfile 1.17.0 - minimal config (non-defaults only)
PROJECT_NAME           = "AWS s2n-tls"
PROJECT_NUMBER         = PROJECT_NUMBER_PLACEHOLDER
PROJECT_BRIEF          = "s2n-tls is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority."
PROJECT_LOGO           = docs/images/s2n-logo-github.svg
OUTPUT_DIRECTORY       = docs/doxygen/output
OPTIMIZE_OUTPUT_FOR_C  = YES
INPUT                  = api/ \
                         README.md
USE_MDFILE_AS_MAINPAGE = README.md
GENERATE_LATEX         = NO
