diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-07-20 11:31:27 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-07-20 11:31:27 +0200 |
commit | 3a1501e9e07a93a9b157fcce53aa070c5a0bf3d8 (patch) | |
tree | b31826d7c4bc98207ed80a3571b913dc97991353 | |
parent | 35b380b1156434b73d4a976c68f5ab3604c8510a (diff) | |
download | libsigrokdecode-3a1501e9e07a93a9b157fcce53aa070c5a0bf3d8.tar.gz libsigrokdecode-3a1501e9e07a93a9b157fcce53aa070c5a0bf3d8.zip |
Fix incorrect doxygen comment for srd_decoder_list().
This fixes bug #378.
-rw-r--r-- | decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. * |