diff --git a/doc/build_antora.sh b/doc/build_antora.sh index 7841a7f..7788527 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 478d07f..31c72eb 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&`.