]> sigrok.org Git - libsigrok.git/blobdiff - backend.c
doxygen: @since tags document only last API change.
[libsigrok.git] / backend.c
index 42817158f4f11e877a53343280e66bbdbd56b342..0d1b47263f66ba14eb5eff371a1d7773ee9d0eca 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -322,7 +322,7 @@ static int sanity_check_all_output_modules(void)
  *         the context will be free'd by sr_exit() as part of the libsigrok
  *         shutdown.
  *
- * @since 0.1.0 (but the API changed in 0.2.0)
+ * @since 0.2.0
  */
 SR_API int sr_init(struct sr_context **ctx)
 {
@@ -384,7 +384,7 @@ done:
  *
  * @return SR_OK upon success, a (negative) error code otherwise.
  *
- * @since 0.1.0 (but the API changed in 0.2.0)
+ * @since 0.2.0
  */
 SR_API int sr_exit(struct sr_context *ctx)
 {