]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Trivial doxygen fixes.
authorAndre Noll <maan@systemlinux.org>
Sat, 28 Feb 2009 21:56:47 +0000 (22:56 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 28 Feb 2009 21:56:47 +0000 (22:56 +0100)
fec.c
fecdec_filter.c
filter_common.c
vss.c

diff --git a/fec.c b/fec.c
index e543aedcfc7078d81e4c3165f2e379fa77571502..043a1f21869617869d2c6d0573bf71777611e2a3 100644 (file)
--- 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
  * \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 \dst.
  */
 void fec_encode(struct fec_parms *parms, const unsigned char * const *src,
                unsigned char *dst, int idx, int sz)
  */
 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.
  *
 /**
  * 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.
  * \param data Pointers to received packets.
  * \param idx Pointer to packet indices (gets modified).
  * \param sz Size of each packet.
index 721fc09443011c7bfcc53e2f655f171e9cef3d8c..a17ddf7cf6fff85192d6b49cc0c56b286fe45610 100644 (file)
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
  * 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 <dirent.h>
 #include "para.h"
 
 #include <dirent.h>
 #include "para.h"
index 285efe68d56cefac4ea05dc3f6102db4cda89fa4..b601c6886d2767d090fddd33becf397f3730fe2e 100644 (file)
@@ -23,9 +23,6 @@ struct filter filters[NUM_SUPPORTED_FILTERS] = {FILTER_ARRAY};
 
 /**
  * Call the init function of each supported filter.
 
 /**
  * Call the init function of each supported filter.
- *
- * \param all_filters the array of all supported filters.
- *
  * \sa filter::init
  */
 void filter_init(void)
  * \sa filter::init
  */
 void filter_init(void)
diff --git a/vss.c b/vss.c
index 17bd5fbc1a85af362b30bb104f00a82f7190e200..eef3a6320e2a7ed9e4ee8757bb0edde6ab1e8918 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -296,7 +296,7 @@ err:
 /**
  * Remove one entry from the list of active fec clients.
  *
 /**
  * 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)
 {
  */
 void vss_del_fec_client(struct fec_client *fc)
 {