From: Paul Brossier Date: Sat, 7 Dec 2013 17:32:43 +0000 (-0500) Subject: src/fmat.h: improve documentation X-Git-Tag: 0.4.0-beta1~35 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=ce1d788fb2fa6041457e398e367562d93d845127;p=aubio.git src/fmat.h: improve documentation --- 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);