Doc improvement

This commit is contained in:
Denis Blank 2019-01-06 14:05:54 +01:00
parent 20e8c7d3e3
commit 5c1cd87739

View File

@ -38,6 +38,7 @@ namespace cti {
/// \defgroup Primitives Primitives
/// provides basic tag types for creating a customized callbacks
/// and continuations.
///
/// For the callback and the continuation `Args...` represents the
/// asynchronous results:
/// ```cpp
@ -77,7 +78,7 @@ struct is_ready_arg_t {};
/// It's required that the query of is_ready_arg_t returns true.
///
/// \since 4.0.0
struct query_arg_t { };
struct query_arg_t {};
/// Represents the tag type that is used to disambiguate the
/// callback operator() in order to take the exception asynchronous chain.