Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/build_antora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
21 changes: 0 additions & 21 deletions doc/index.html

This file was deleted.

4 changes: 0 additions & 4 deletions include/boost/openmethod/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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&`.
Expand Down
33 changes: 14 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@

<!--
Copyright 2005-2007 Daniel James.
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)
-->

<html>
<head>
<title>Boost.OpenMethod</title>
<meta http-equiv="refresh" content="0; URL=../../doc/antora/openmethod/index.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="../../doc/antora/openmethod/index.html">../../doc/antora/openmethod/index.html</a>
<hr>
<tt>
Boost.OpenMethod<br>
<br>
Copyright&nbsp;(C)&nbsp;2022&nbsp;Jean-Louis&nbsp;Leroy<br>
<br>
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
<a href=http://www.boost.org/LICENSE_1_0.txt>http://www.boost.org/LICENSE_1_0.txt</a>) <br>
<br>
</tt>
</body>
<head>
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="doc/html/index.html">doc/html/index.html</a>
</body>
</html>
Loading