projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5cc2d7b
)
srd: Minor doxygen cosmetics.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 10 Jan 2012 19:00:25 +0000
(20:00 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 10 Jan 2012 19:00:25 +0000
(20:00 +0100)
controller.c
patch
|
blob
|
history
diff --git
a/controller.c
b/controller.c
index dbc4eb0fa5dcef5c8298c657e5694f8bfd463799..20364f7076c8d4eab8c7fdacd8d4c5db8b293d4f 100644
(file)
--- 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.
* 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)
*/
struct srd_decoder_instance *srd_instance_new(const char *id,
const char *instance_id)