]> sigrok.org Git - libsigrokdecode.git/commitdiff
Update a few Doxygen @since tags.
authorUwe Hermann <redacted>
Sun, 4 May 2014 18:25:17 +0000 (20:25 +0200)
committerUwe Hermann <redacted>
Sun, 4 May 2014 18:25:17 +0000 (20:25 +0200)
decoder.c
instance.c
log.c

index 79ba8ef9db65344118b94a98b5b56299acfbd251..a44a86a094ddfc6fa8b615aa3724e3b404e1bd13 100644 (file)
--- a/decoder.c
+++ b/decoder.c
@@ -70,7 +70,7 @@ static gboolean srd_check_init(void)
  *
  * @return List of decoders, NULL if none are supported or loaded.
  *
  *
  * @return List of decoders, NULL if none are supported or loaded.
  *
- * @since 0.1.0 (but the API changed in 0.2.0)
+ * @since 0.2.0
  */
 SRD_API const GSList *srd_decoder_list(void)
 {
  */
 SRD_API const GSList *srd_decoder_list(void)
 {
index 64fed5347548e65c4b475472e9de0d4ef07d8e47..5f48b717a941090418d8e37a7bb704ec8b3e4bf9 100644 (file)
@@ -192,7 +192,7 @@ static gint compare_channel_id(const struct srd_channel *pdch,
  *
  * @return SRD_OK upon success, a (negative) error code otherwise.
  *
  *
  * @return SRD_OK upon success, a (negative) error code otherwise.
  *
- * @since 0.1.0
+ * @since 0.3.0
  */
 SRD_API int srd_inst_channel_set_all(struct srd_decoder_inst *di,
                GHashTable *new_channels, int unit_size)
  */
 SRD_API int srd_inst_channel_set_all(struct srd_decoder_inst *di,
                GHashTable *new_channels, int unit_size)
diff --git a/log.c b/log.c
index a5ca2142fc32ee2b3f70735b8044396b16742916..7d3e0619691974a03ffe7239a53a496df752d9b2 100644 (file)
--- a/log.c
+++ b/log.c
@@ -162,7 +162,7 @@ SRD_API char *srd_log_logdomain_get(void)
  *
  * @return SRD_OK upon success, SRD_ERR_ARG upon invalid arguments.
  *
  *
  * @return SRD_OK upon success, SRD_ERR_ARG upon invalid arguments.
  *
- * @since 0.1.0
+ * @since 0.3.0
  */
 SRD_API int srd_log_callback_set(srd_log_callback cb, void *cb_data)
 {
  */
 SRD_API int srd_log_callback_set(srd_log_callback cb, void *cb_data)
 {