From f8c12a242b14ae95eed7b18bc30ab5f15ebd64ad Mon Sep 17 00:00:00 2001 From: Jean-Roland Gosse Date: Fri, 7 Jun 2024 09:25:58 +0200 Subject: [PATCH] fix: remove ignore type and fix missing new line --- docs/api.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 32dcf583d..b0591a4b8 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -90,6 +90,7 @@ TODO: owned type description Represents a Zenoh Subscriber entity. .. c:type:: z_owned_publisher_t + Represents a Zenoh Publisher entity. .. c:type:: z_owned_queryable_t @@ -124,8 +125,6 @@ TODO: owned type description Represents an array of non null-terminated string. -.. autoctype:: types.h::z_owned_bytes_map_t - Loaned Types ~~~~~~~~~~~