]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoder.c
Fix incorrect doxygen comment for srd_decoder_list().
[libsigrokdecode.git] / decoder.c
index 3a8c59d583faeef10877478b900291efdc998579..ed22724401f1b6a22be1b4800d52155e44d52d91 100644 (file)
--- a/decoder.c
+++ b/decoder.c
@@ -66,7 +66,7 @@ static gboolean srd_check_init(void)
 /**
  * Returns the list of supported/loaded protocol decoders.
  *
- * This is a GSList containing the names of the decoders as strings.
+ * This is a GSList of pointers to struct srd_decoder items.
  *
  * @return List of decoders, NULL if none are supported or loaded.
  *