From: Uwe Hermann Date: Sun, 14 Oct 2018 22:16:51 +0000 (+0200) Subject: Update a few Doxygen @since tags. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=3a063627c5658a65790ff52a9c0ed9a1f660a0fb Update a few Doxygen @since tags. Drop @since tags for non-public functions. --- diff --git a/log.c b/log.c index b5402f8..de73603 100644 --- a/log.c +++ b/log.c @@ -139,7 +139,7 @@ SRD_API int srd_log_callback_set(srd_log_callback cb, void *cb_data) * * @return SRD_OK upon success. * - * @since 0.6.0 + * @since 0.5.2 */ SRD_API int srd_log_callback_get(srd_log_callback *cb, void **cb_data) { diff --git a/session.c b/session.c index 23e19b8..386fb71 100644 --- a/session.c +++ b/session.c @@ -298,7 +298,7 @@ SRD_API int srd_session_send(struct srd_session *sess, * * @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) { diff --git a/srd.c b/srd.c index eb29f61..535ea12 100644 --- a/srd.c +++ b/srd.c @@ -347,8 +347,6 @@ SRD_API int srd_exit(void) * @return SRD_OK upon success, a (negative) error code otherwise. * * @private - * - * @since 0.1.0 */ SRD_PRIV int srd_decoder_searchpath_add(const char *path) {