diff --git a/docs/ext.rst b/docs/ext.rst index 0b0cef0..7b6ea08 100644 --- a/docs/ext.rst +++ b/docs/ext.rst @@ -54,4 +54,12 @@ Extra Zenoh entities. .. doxygenclass:: zenoh::ext::AdvancedSubscriber :members: - :membergroups: Constructors Operators Methods Fields \ No newline at end of file + :membergroups: Constructors Operators Methods Fields + +.. doxygenstruct:: zenoh::ext::Miss + :members: + :membergroups: Constructors Operators Methods Fields + +.. doxygenclass:: zenoh::ext::SampleMissListener + :members: + :membergroups: Constructors Operators Methods \ No newline at end of file diff --git a/docs/matching.rst b/docs/matching.rst index 554cae5..8c41226 100644 --- a/docs/matching.rst +++ b/docs/matching.rst @@ -1,5 +1,5 @@ Matching -================= +======== Classes related to getting information about matching Zenoh entities. .. doxygenstruct:: zenoh::MatchingStatus diff --git a/include/zenoh/api/ext/advanced_subscriber.hxx b/include/zenoh/api/ext/advanced_subscriber.hxx index 577bebf..30a5d3c 100644 --- a/include/zenoh/api/ext/advanced_subscriber.hxx +++ b/include/zenoh/api/ext/advanced_subscriber.hxx @@ -30,6 +30,8 @@ class AdvancedSubscriberBase : public Owned<::ze_owned_advanced_subscriber_t> { AdvancedSubscriberBase(::ze_owned_advanced_subscriber_t* s) : Owned(s){}; public: + /// @name Methods + /// @brief Construct sample miss listener, registering a callback for notifying about missed samples. /// /// @param on_miss_detected: the callable that will be called every time when missed samples are detected.