Merge branch '96-backport-mr-190-to-foxy' into 'foxy'

[foxy] Make docs configurations standalone

See merge request micro-ROS/ros_tracing/ros2_tracing!196
This commit is contained in:
Christophe Bedard 2020-08-19 13:29:56 +00:00
commit b14a693639
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,7 @@
# All settings not listed here will use the Doxygen default values. # All settings not listed here will use the Doxygen default values.
# To use, see: https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing-api
PROJECT_NAME = "tracetools" PROJECT_NAME = "tracetools"
PROJECT_NUMBER = $(PROJECT_NUMBER) PROJECT_NUMBER = master
PROJECT_BRIEF = "Tracing tools and instrumentation for ROS 2" PROJECT_BRIEF = "Tracing tools and instrumentation for ROS 2"
INPUT = ./include INPUT = ./include
@ -27,6 +26,7 @@ EXCLUDE_SYMBOLS = \
"_get_symbol_funcptr" "_get_symbol_funcptr"
# Tag files that do not exist will produce a warning and cross-project linking will not work. # Tag files that do not exist will produce a warning and cross-project linking will not work.
TAGFILES += "../../../data/cppreference-doxygen-web.tag.xml=http://en.cppreference.com/w/" TAGFILES += "../../../../../doxygen_tag_files/cppreference-doxygen-web.tag.xml=http://en.cppreference.com/w/"
# Uncomment to generate tag files for cross-project linking. # Uncomment to generate tag files for cross-project linking.
GENERATE_TAGFILE = "../../../data/tracetools.tag" # (path relative to workspace dir: doxygen_tag_files/$PACKAGE_NAME.tag)
#GENERATE_TAGFILE = "../../../../../doxygen_tag_files/tracetools.tag"

View file

@ -45,9 +45,9 @@ copyright = '2019, Robert Bosch GmbH' # noqa
author = 'Robert Bosch GmbH' author = 'Robert Bosch GmbH'
# The short X.Y version # The short X.Y version
version = os.environ.get('SPHINX_VERSION_SHORT', '') version = ''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = os.environ.get('SPHINX_VERSION_FULL', '') release = '1.0.1'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------