Skip to content

Commit 518688b

Browse files
committed
wip
1 parent 601fa09 commit 518688b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/openmethod/core.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,13 +1050,13 @@ using method_base = std::conditional_t<
10501050

10511051
} // namespace detail
10521052

1053-
//! See specialization.
1053+
//! For specialization only
10541054
template<
10551055
typename Name, typename ReturnType,
10561056
class Registry = BOOST_OPENMETHOD_DEFAULT_REGISTRY>
10571057
class method;
10581058

1059-
//! An open-method.
1059+
//! A method
10601060
//!
10611061
//! `method` implements an open-method that takes a parameter list -
10621062
//! `Parameters` - and returns a `ReturnType`. `Name` can be any type. Its

0 commit comments

Comments
 (0)