We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601fa09 commit 518688bCopy full SHA for 518688b
1 file changed
include/boost/openmethod/core.hpp
@@ -1050,13 +1050,13 @@ using method_base = std::conditional_t<
1050
1051
} // namespace detail
1052
1053
-//! See specialization.
+//! For specialization only
1054
template<
1055
typename Name, typename ReturnType,
1056
class Registry = BOOST_OPENMETHOD_DEFAULT_REGISTRY>
1057
class method;
1058
1059
-//! An open-method.
+//! A method
1060
//!
1061
//! `method` implements an open-method that takes a parameter list -
1062
//! `Parameters` - and returns a `ReturnType`. `Name` can be any type. Its
0 commit comments