]> sigrok.org Git - libsigrok.git/blobdiff - filter.c
Doxygen: Add @since markers.
[libsigrok.git] / filter.c
index 80c0d67afa5dab0635ff15c28333e08cb3687bd2..3526f91ff8e68e4cb414cdbd5d07952e294657ff 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -95,6 +95,8 @@
  *         or SR_ERR_ARG upon invalid arguments.
  *         If something other than SR_OK is returned, the values of
  *         out_unitsize, data_out, and length_out are undefined.
+ *
+ * @since 0.1.0 (but the API changed in 0.2.0)
  */
 SR_API int sr_filter_probes(unsigned int in_unitsize, unsigned int out_unitsize,
                            const GArray *probe_array, const uint8_t *data_in,