ros2_tracing/tracetools/Doxyfile
Christophe Bedard 108203d1fd Make tracetools' Doxyfile a standalone config
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-08-19 08:55:22 -04:00

32 lines
1 KiB
Text

# All settings not listed here will use the Doxygen default values.
PROJECT_NAME = "tracetools"
PROJECT_NUMBER = master
PROJECT_BRIEF = "Tracing tools and instrumentation for ROS 2"
INPUT = ./include
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 = NO
PREDEFINED = \
"TRACETOOLS_PUBLIC="
EXCLUDE_SYMBOLS = \
"DECLARE_TRACEPOINT" \
"_demangle_symbol" \
"_get_symbol_funcptr"
# 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/"
# Uncomment to generate tag files for cross-project linking.
# (path relative to workspace dir: doxygen_tag_files/$PACKAGE_NAME.tag)
#GENERATE_TAGFILE = "../../../../../doxygen_tag_files/tracetools.tag"