From c19a0921ea3a8cd9d0e35cb2b09748c3f9f607ef Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 28 Feb 2009 22:56:47 +0100 Subject: [PATCH 1/1] Trivial doxygen fixes. --- fec.c | 4 ++-- fecdec_filter.c | 2 +- filter_common.c | 3 --- vss.c | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/fec.c b/fec.c index e543aedc..043a1f21 100644 --- a/fec.c +++ b/fec.c @@ -480,7 +480,7 @@ int fec_new(int k, int n, struct fec_parms **result) * \param sz The size of the input data packets. * * Encode the \a k slices of size \a sz given by \a src and store the output - * slice number \a idx in \dst. + * slice number \a idx in \a dst. */ void fec_encode(struct fec_parms *parms, const unsigned char * const *src, unsigned char *dst, int idx, int sz) @@ -553,7 +553,7 @@ err: /** * Decode one slice from the group of received slices. * - * \param code Pointer to fec params structure. + * \param parms Pointer to fec params structure. * \param data Pointers to received packets. * \param idx Pointer to packet indices (gets modified). * \param sz Size of each packet. diff --git a/fecdec_filter.c b/fecdec_filter.c index 721fc094..a17ddf7c 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -4,7 +4,7 @@ * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file fecdev_filter.c A filter fec-decodes an audio stream. */ +/** \file fecdec_filter.c A filter fec-decodes an audio stream. */ #include #include "para.h" diff --git a/filter_common.c b/filter_common.c index 285efe68..b601c688 100644 --- a/filter_common.c +++ b/filter_common.c @@ -23,9 +23,6 @@ struct filter filters[NUM_SUPPORTED_FILTERS] = {FILTER_ARRAY}; /** * Call the init function of each supported filter. - * - * \param all_filters the array of all supported filters. - * * \sa filter::init */ void filter_init(void) diff --git a/vss.c b/vss.c index 17bd5fbc..eef3a632 100644 --- a/vss.c +++ b/vss.c @@ -296,7 +296,7 @@ err: /** * Remove one entry from the list of active fec clients. * - * \param result The client to be removed. + * \param fc The client to be removed. */ void vss_del_fec_client(struct fec_client *fc) { -- 2.39.2