File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ include-symbols:
1818implementation-defined :
1919 - ' boost::openmethod::detail::**'
2020exclude-symbols :
21+ - ' boost::openmethod::detail::**'
2122 - ' boost::openmethod::boost_openmethod_bases'
2223 - ' boost::openmethod::boost_openmethod_registry'
2324
Original file line number Diff line number Diff line change @@ -37,8 +37,17 @@ namespace boost::openmethod {
3737template <class Registry , class Class >
3838constexpr 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
4352template <
4453 class Class , class Registry = BOOST_OPENMETHOD_DEFAULT_REGISTRY,
You can’t perform that action at this time.
0 commit comments