From 3beacb38cc3ea159fb66bcc2c2bd675d5678996c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 22 Aug 2018 15:43:16 +0200 Subject: [PATCH] src/spectral/dct.h: update doxygen comments --- src/spectral/dct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spectral/dct.h b/src/spectral/dct.h index 3bad1747..6ceb006f 100644 --- a/src/spectral/dct.h +++ b/src/spectral/dct.h @@ -56,7 +56,7 @@ aubio_dct_t * new_aubio_dct(uint_t size); \param s dct object as returned by new_aubio_dct \param input input signal - \param output transformed input array + \param dct_output transformed input array */ void aubio_dct_do (aubio_dct_t *s, const fvec_t * input, fvec_t * dct_output); @@ -65,7 +65,7 @@ void aubio_dct_do (aubio_dct_t *s, const fvec_t * input, fvec_t * dct_output); \param s dct object as returned by new_aubio_dct \param input input signal - \param output transformed input array + \param idct_output transformed input array */ void aubio_dct_rdo (aubio_dct_t *s, const fvec_t * input, fvec_t * idct_output); -- 2.11.0