From 76671f27d0b770979d72c68c5c855e5257466ff0 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Wed, 23 May 2012 19:27:35 +0200 Subject: [PATCH] cxvec_math: Add missing doc for 'out' param of osmo_cxvec_convolve Signed-off-by: Sylvain Munaut --- src/cxvec_math.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cxvec_math.c b/src/cxvec_math.c index 7c7dfd7..9eb53f5 100644 --- a/src/cxvec_math.c +++ b/src/cxvec_math.c @@ -132,6 +132,7 @@ osmo_cxvec_rotate(const struct osmo_cxvec *in, float rps, * \param[in] f First input complex vector * \param[in] g Second input complex vector * \param[in] type The convolution span type + * \param[out] out Output complex vector * \returns The output complex vector (or NULL if error) * * The convolution of discrete sequences is defined as :