From: Uwe Hermann Date: Tue, 10 Jan 2012 19:00:25 +0000 (+0100) Subject: srd: Minor doxygen cosmetics. X-Git-Tag: libsigrokdecode-0.1.0~182 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=42a85ed0aed14216232ae48af1b5b709ec31f800;ds=sidebyside srd: Minor doxygen cosmetics. --- 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)