From ce1d788fb2fa6041457e398e367562d93d845127 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 7 Dec 2013 12:32:43 -0500 Subject: [PATCH] src/fmat.h: improve documentation --- src/fmat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fmat.h b/src/fmat.h index 9fbb198a..b83c4c9a 100644 --- a/src/fmat.h +++ b/src/fmat.h @@ -89,6 +89,7 @@ void fmat_write_sample(fmat_t *s, smpl_t data, uint_t channel, uint_t position) \param s vector to read from \param channel channel to read from + \param output ::fvec_t to output to */ void fmat_get_channel (fmat_t *s, uint_t channel, fvec_t *output); -- 2.11.0