Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Dec 19, 2024
1 parent d46756b commit bf43c3e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/ext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ Extra Zenoh entities.

.. doxygenclass:: zenoh::ext::AdvancedSubscriber
:members:
:membergroups: Constructors Operators Methods Fields
:membergroups: Constructors Operators Methods Fields

.. doxygenstruct:: zenoh::ext::Miss
:members:
:membergroups: Constructors Operators Methods Fields

.. doxygenclass:: zenoh::ext::SampleMissListener
:members:
:membergroups: Constructors Operators Methods
2 changes: 1 addition & 1 deletion docs/matching.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Matching
=================
========
Classes related to getting information about matching Zenoh entities.

.. doxygenstruct:: zenoh::MatchingStatus
Expand Down
2 changes: 2 additions & 0 deletions include/zenoh/api/ext/advanced_subscriber.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf43c3e

Please sign in to comment.