Skip to content

Commit 4249f86

Browse files
committed
update post-mrdocs script
1 parent 19e0ff7 commit 4249f86

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/build_antora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npx antora --clean --fetch "$PLAYBOOK" --stacktrace --log-level all
3333

3434
echo "Fixing links to non-mrdocs URIs..."
3535

36-
for f in $(find build/site -name '*.html'); do
36+
for f in $(find html -name '*.html'); do
3737
perl -i -pe 's{&lcub;&lcub;(.*?)&rcub;&rcub;}{<a href="../../../$1.html">$1</a>}g' "$f"
3838
done
3939

include/boost/openmethod/core.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,10 +636,6 @@ inline auto final_virtual_ptr(Arg&& obj) {
636636
//! {{BOOST_OPENMETHOD_DEFAULT_REGISTRY}}
637637
//! preprocessor symbol.
638638
//!
639-
//! The default value for `Registry` can be customized by defining the
640-
//! xref:BOOST_OPENMETHOD_DEFAULT_REGISTRY.adoc[`BOOST_OPENMETHOD_DEFAULT_REGISTRY`]
641-
//! preprocessor symbol.
642-
//!
643639
//! @par Requirements
644640
//!
645641
//! @li @ref virtual_traits must be specialized for `Class&`.

0 commit comments

Comments
 (0)