Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Mar 6, 2024
1 parent 1e8c7ff commit c312fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenohcxx/api.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ class Payload : public Owned<::zc_owned_payload_t> {

/// @brief Access the data in the payload buffer
/// @return ``BytesView`` object representing the data in the payload buffer
// tags{cpp.payload.get_payload, api.buffer.read}
// tags{cpp.payload.get_payload}
const z::BytesView& get_payload() const { return static_cast<const z::BytesView&>(_0.payload); }
};

Expand Down

0 comments on commit c312fe4

Please sign in to comment.