mirror of
https://github.com/boostorg/mqtt5.git
synced 2026-01-19 04:22:11 +00:00
Summary: related to T15258, T15261 - improved TlsContext documentation - hide `detail::is_authenticator` explicitly from docs - remove ExecutionContext from concepts, now it just links to asio docs - fix user_property and subscription_identifier value type in property docs Reviewers: ivica Reviewed By: ivica Subscribers: iljazovic, miljen Differential Revision: https://repo.mireo.local/D33857
17 lines
656 B
JSON
17 lines
656 B
JSON
{
|
|
"include_private": false,
|
|
"legacy_behavior": false,
|
|
"external_marker": "!EXTERNAL!",
|
|
"link_prefix": "mqtt5.ref.",
|
|
"convenience_header": "boost/mqtt5.hpp",
|
|
"replace_strings": {
|
|
"__see_below__": "``['see-below]``",
|
|
"\\btypename CompletionToken\\b": "typename __CompletionToken__",
|
|
"\\btypename Executor\\b": "typename __Executor__",
|
|
"\\btypename ExecutionContext\\b": "typename __ExecutionContext__",
|
|
"\\btypename TlsContext\\b": "typename __TlsContext__",
|
|
"\\btypename StreamType\\b": "typename __StreamType__",
|
|
"\\btypename LoggerType\\b": "typename __LoggerType__"
|
|
}
|
|
}
|