# All settings not listed here will use the Doxygen default values.

PROJECT_NAME           = "rcl_logging_spdlog"
PROJECT_NUMBER         = master
PROJECT_BRIEF          = "Implementation of rcl_logging API for an spdlog backend."

# Use these lines to include the generated logging_macro.h (update install path if needed)
INPUT                  = README.md ../../../../install/rcl_logging_interface/include ./QUALITY_DECLARATION.md

# Otherwise just generate for the local (non-generated header files)
USE_MDFILE_AS_MAINPAGE = README.md
RECURSIVE              = YES
OUTPUT_DIRECTORY       = doc_output

EXTRACT_ALL            = YES
SORT_MEMBER_DOCS       = NO

GENERATE_LATEX         = NO

ENABLE_PREPROCESSING   = YES
MACRO_EXPANSION        = YES
EXPAND_ONLY_PREDEF     = YES

# Tag files that do not exist will produce a warning and cross-project linking will not work.
TAGFILES += "../../../doxygen_tag_files/cppreference-doxygen-web.tag.xml=http://en.cppreference.com/w/"
TAGFILES += "../../../doxygen_tag_files/rcutils.tag=http://docs.ros2.org/latest/api/rcutils/"
# Uncomment to generate tag files for cross-project linking.
GENERATE_TAGFILE = "../../../doxygen_tag_files/rcl_logging_spdlog.tag"
