From: Uwe Hermann Date: Thu, 12 Apr 2018 18:31:24 +0000 (+0200) Subject: Doxygen: Update relevant @since tags to 0.5.1. X-Git-Tag: libsigrokdecode-0.5.1~2 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=48fa574ee8a19924644833e12bc3c28bf3651585 Doxygen: Update relevant @since tags to 0.5.1. --- diff --git a/session.c b/session.c index 4d794df..12b51ca 100644 --- a/session.c +++ b/session.c @@ -316,7 +316,7 @@ SRD_API int srd_session_send(struct srd_session *sess, * @param sess The session in which to terminate decoders. * @return SRD_OK upon success, a (negative) error code otherwise. * - * @since 0.6.0 + * @since 0.5.1 */ SRD_API int srd_session_terminate_reset(struct srd_session *sess) {