diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-05-04 20:25:17 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-05-04 20:25:17 +0200 |
commit | c57d10136f77a9011c1179d584dca68fecb12b09 (patch) | |
tree | fe510a165fdb8714f66bba4969eabf00259610f2 /instance.c | |
parent | af9527d1776668699a4c1244a419902af47f8493 (diff) | |
download | libsigrokdecode-c57d10136f77a9011c1179d584dca68fecb12b09.tar.gz libsigrokdecode-c57d10136f77a9011c1179d584dca68fecb12b09.zip |
Update a few Doxygen @since tags.
Diffstat (limited to 'instance.c')
-rw-r--r-- | instance.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ static gint compare_channel_id(const struct srd_channel *pdch, * * @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) |