From 38a7dfb6586c37b273e75500fe0578f1761bca49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Sun, 3 Nov 2024 11:23:32 +0100 Subject: [PATCH] docs index.html updated --- .github/Doxyfile-cpp | 4 ++-- .github/Doxyfile-python | 4 ++-- docs/index.html | 10 ++++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/Doxyfile-cpp b/.github/Doxyfile-cpp index d68c96e..6ec4412 100644 --- a/.github/Doxyfile-cpp +++ b/.github/Doxyfile-cpp @@ -866,7 +866,8 @@ WARN_LOGFILE = INPUT = yasmin \ yasmin_ros \ - yasmin_viewer + yasmin_viewer \ + yasmin_demos # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -932,7 +933,6 @@ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */build/* EXCLUDE_PATTERNS += */node_modules/* EXCLUDE_PATTERNS += */tests/* -EXCLUDE_PATTERNS += */yasmin_demos/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the diff --git a/.github/Doxyfile-python b/.github/Doxyfile-python index 4e26fb1..bc98c61 100644 --- a/.github/Doxyfile-python +++ b/.github/Doxyfile-python @@ -866,7 +866,8 @@ WARN_LOGFILE = INPUT = yasmin \ yasmin_ros \ - yasmin_viewer + yasmin_viewer \ + yasmin_demos # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -930,7 +931,6 @@ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */build/* EXCLUDE_PATTERNS += */node_modules/* EXCLUDE_PATTERNS += */tests/* -EXCLUDE_PATTERNS += */yasmin_demos/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the diff --git a/docs/index.html b/docs/index.html index 043eadd..dd356de 100644 --- a/docs/index.html +++ b/docs/index.html @@ -141,15 +141,17 @@

YASMIN Documentation

YASMIN C++ Documentation

- Explore the comprehensive C++ library of YASMIN, featuring class - structures, function definitions, and usage examples. + Explore the C++ version of the YASMIN ROS 2 packages. This + documentation includes details about classes, function definitions and + demos designed to enhance your understanding and usage of the library.

YASMIN Python Documentation

- Discover the complete Python package of YASMIN, including module - overviews, function definitions, and practical examples. + Explore the Python version of the YASMIN ROS 2 packages. This + documentation includes details about classes, function definitions and + demos designed to enhance your understanding and usage of the library.