summaryrefslogtreecommitdiff
path: root/controller.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-01-10 20:00:25 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-01-10 20:00:25 +0100
commit42a85ed0aed14216232ae48af1b5b709ec31f800 (patch)
tree74e23495f72ae53cdfd12f7cb528a8bee6edb82a /controller.c
parent5cc2d7bbc075ef6048bd5cd4e36533e874efb6a7 (diff)
downloadlibsigrokdecode-42a85ed0aed14216232ae48af1b5b709ec31f800.tar.gz
libsigrokdecode-42a85ed0aed14216232ae48af1b5b709ec31f800.zip
srd: Minor doxygen cosmetics.
Diffstat (limited to 'controller.c')
-rw-r--r--controller.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/controller.c b/controller.c
index dbc4eb0..20364f7 100644
--- a/controller.c
+++ b/controller.c
@@ -129,12 +129,12 @@ int set_modulepath(void)
* Create a new protocol decoder instance.
*
* TODO: this should be a decoder name, as decoder ids will disappear.
- * @param id Decoder 'id' field.
- * @param instance_id optional unique identifier for this instance. If NULL,
- * the id parameter is used.
*
- * @returns Pointer to a newly allocated struct srd_decoder_instance, or
- * NULL in case of failure.
+ * @param id Decoder 'id' field.
+ * @param instance_id Optional unique identifier for this instance. If NULL,
+ * the 'id' parameter is used.
+ * @return Pointer to a newly allocated struct srd_decoder_instance, or
+ * NULL in case of failure.
*/
struct srd_decoder_instance *srd_instance_new(const char *id,
const char *instance_id)