From adacbeb5866cbca866b8ff78dc92ef0f33bebb76 Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Tue, 20 Aug 2019 12:45:40 +0200 Subject: [PATCH] Add missing jsonapi mark on rsidentity method --- libretroshare/src/retroshare/rsidentity.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libretroshare/src/retroshare/rsidentity.h b/libretroshare/src/retroshare/rsidentity.h index 815014d22..5abdfb47b 100644 --- a/libretroshare/src/retroshare/rsidentity.h +++ b/libretroshare/src/retroshare/rsidentity.h @@ -477,6 +477,7 @@ struct RsIdentity : RsGxsIfaceHelper /** * @brief Set/unset identity as contact + * @jsonapi{development} * @param[in] id Id of the identity * @param[in] isContact true to set, false to unset * @return false on error, true otherwise