From 1da1f9aafb2f95b00157f09598eb3be436c1f735 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leroy Date: Thu, 23 Oct 2025 21:03:24 -0400 Subject: [PATCH 1/2] doc: fix redirect --- doc/index.html | 21 --------------------- index.html | 33 ++++++++++++++------------------- 2 files changed, 14 insertions(+), 40 deletions(-) delete mode 100644 doc/index.html diff --git a/doc/index.html b/doc/index.html deleted file mode 100644 index 01893eec..00000000 --- a/doc/index.html +++ /dev/null @@ -1,21 +0,0 @@ - - - Boost.OpenMethod - - - - Automatic redirection failed, please go to - ../../../doc/antora/openmethod/index.html -
- - Boost.OpenMethod
-
- Copyright (C) 2025 Jean-Louis Leroy
-
- Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or copy at - http://www.boost.org/LICENSE_1_0.txt)
-
-
- - diff --git a/index.html b/index.html index 4d7c7e28..a9d60f6a 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,16 @@ + + + - - Boost.OpenMethod - - - - Automatic redirection failed, please go to - ../../doc/antora/openmethod/index.html -
- - Boost.OpenMethod
-
- Copyright (C) 2022 Jean-Louis Leroy
-
- Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or copy at - http://www.boost.org/LICENSE_1_0.txt)
-
-
- + + + + +Automatic redirection failed, please go to +doc/html/index.html + From 88ef3d189ab96ce6f356a1716b8ef115caf93fbc Mon Sep 17 00:00:00 2001 From: Jean-Louis Leroy Date: Thu, 23 Oct 2025 21:21:04 -0400 Subject: [PATCH 2/2] update post-mrdocs script --- doc/build_antora.sh | 2 +- include/boost/openmethod/core.hpp | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/build_antora.sh b/doc/build_antora.sh index 7841a7fe..7788527a 100755 --- a/doc/build_antora.sh +++ b/doc/build_antora.sh @@ -33,7 +33,7 @@ npx antora --clean --fetch "$PLAYBOOK" --stacktrace --log-level all echo "Fixing links to non-mrdocs URIs..." -for f in $(find build/site -name '*.html'); do +for f in $(find html -name '*.html'); do perl -i -pe 's{{{(.*?)}}}{$1}g' "$f" done diff --git a/include/boost/openmethod/core.hpp b/include/boost/openmethod/core.hpp index 478d07f4..31c72eb3 100644 --- a/include/boost/openmethod/core.hpp +++ b/include/boost/openmethod/core.hpp @@ -636,10 +636,6 @@ inline auto final_virtual_ptr(Arg&& obj) { //! {{BOOST_OPENMETHOD_DEFAULT_REGISTRY}} //! preprocessor symbol. //! -//! The default value for `Registry` can be customized by defining the -//! xref:BOOST_OPENMETHOD_DEFAULT_REGISTRY.adoc[`BOOST_OPENMETHOD_DEFAULT_REGISTRY`] -//! preprocessor symbol. -//! //! @par Requirements //! //! @li @ref virtual_traits must be specialized for `Class&`.