]> sigrok.org Git - libsigrokdecode.git/commitdiff
Update a few Doxygen @since tags.
authorUwe Hermann <redacted>
Sun, 14 Oct 2018 22:16:51 +0000 (00:16 +0200)
committerUwe Hermann <redacted>
Tue, 16 Oct 2018 19:49:42 +0000 (21:49 +0200)
Drop @since tags for non-public functions.

log.c
session.c
srd.c

diff --git a/log.c b/log.c
index b5402f8bb8e21b81961be9f16b5ef9ebb3623827..de7360398456d2f087155f712281b6ed8ee53360 100644 (file)
--- 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)
 {
index 23e19b84bb9b1091d1e58e406c49bbef90c8e525..386fb710f5cb7a73506a15e5ea047a7b4f715cbb 100644 (file)
--- 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 eb29f61599ce09ecd90f9174ee3051df3d9eae32..535ea122e5b3876d0846e170d5af63a2f6ca746c 100644 (file)
--- 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)
 {