]> sigrok.org Git - libsigrok.git/blobdiff - backend.c
Doxygen: Add @since markers.
[libsigrok.git] / backend.c
index eeaea2451c9ca8b15ddb5c415b361c841bfa4ab3..cd1d1db2b06a878191b320d2f920be334c4066f7 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -319,6 +319,8 @@ static int sanity_check_all_output_modules(void)
  *         the 'ctx' pointer is undefined and should not be used. Upon success,
  *         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)
  */
 SR_API int sr_init(struct sr_context **ctx)
 {
@@ -378,6 +380,8 @@ done:
  * @param ctx Pointer to a libsigrok context struct. Must not be NULL.
  *
  * @return SR_OK upon success, a (negative) error code otherwise.
+ *
+ * @since 0.1.0 (but the API changed in 0.2.0)
  */
 SR_API int sr_exit(struct sr_context *ctx)
 {