Skip to content

Commit 1374bda

Browse files
committed
wip
1 parent 8207bf7 commit 1374bda

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/mrdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ include-symbols:
1818
implementation-defined:
1919
- 'boost::openmethod::detail::**'
2020
exclude-symbols:
21+
- 'boost::openmethod::detail::**'
2122
- 'boost::openmethod::boost_openmethod_bases'
2223
- 'boost::openmethod::boost_openmethod_registry'
2324

include/boost/openmethod/core.hpp

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,17 @@ namespace boost::openmethod {
3737
template<class Registry, class Class>
3838
constexpr bool is_polymorphic = Registry::rtti::template is_polymorphic<Class>;
3939

40-
/** A virtual_ptr.
41-
*/
40+
41+
//! The `virtual_ptr` template represents a set of bits.
42+
//!
43+
//! \par Template parameters
44+
//! - `Class`
45+
//! A class registered in `Registry
46+
//!
47+
//! - `Registry`
48+
//!
49+
//! - `Void`
50+
//!
4251

4352
template<
4453
class Class, class Registry = BOOST_OPENMETHOD_DEFAULT_REGISTRY,

0 commit comments

Comments
 (0)