update post-mrdocs script

This commit is contained in:
Jean-Louis Leroy
2025-10-23 21:21:04 -04:00
committed by Jean-Louis Leroy
parent 19e0ff771b
commit 4249f86bd7
2 changed files with 1 additions and 5 deletions

View File

@@ -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{&lcub;&lcub;(.*?)&rcub;&rcub;}{<a href="../../../$1.html">$1</a>}g' "$f"
done

View File

@@ -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&`.