From 6925592a1f77df7f76fff1447b5732d3333a31dc Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 8 Jul 2013 09:52:19 +0100 Subject: Remove spurious argv specification from xtract_smoothness() documentation. Fixes #27. --- xtract/xtract_scalar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtract/xtract_scalar.h') diff --git a/xtract/xtract_scalar.h b/xtract/xtract_scalar.h index 7d5d752..50fc213 100644 --- a/xtract/xtract_scalar.h +++ b/xtract/xtract_scalar.h @@ -198,7 +198,7 @@ int xtract_tristimulus_3(const double *data, const int N, const void *argv, doub * * \param *data: a pointer to the first element in an array of doubles representing the magnitude coefficients from the spectrum of an audio vector, (e.g. the first half of the array pointed to by *result from xtract_spectrum(). * \param N: the number of elements to be considered - * \param *argv: a pointer to the first element of an array of integers containing the lower bound, upper bound, and pre-scaling factor, whereby array data in the range lower < n < upper will be pre-scaled by p before processing. + * \param *argv: a pointer to NULL * \param *result: the smoothness of N values from the array pointed to by *data */ int xtract_smoothness(const double *data, const int N, const void *argv, double *result); -- cgit v1.2.3