mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-19 04:22:12 +00:00
update post-mrdocs script
This commit is contained in:
committed by
Jean-Louis Leroy
parent
19e0ff771b
commit
4249f86bd7
@@ -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{{{(.*?)}}}{<a href="../../../$1.html">$1</a>}g' "$f"
|
||||
done
|
||||
|
||||
|
||||
@@ -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&`.
|
||||
|
||||
Reference in New Issue
Block a user