From 7816f2b8217539631d067cf49915677a783de77a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 6 Dec 2013 14:38:54 -0500 Subject: [PATCH] src/io/source.h: add [out] decorator to doxystring --- src/io/source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/source.h b/src/io/source.h index 9a4ac232..e47a2a8c 100644 --- a/src/io/source.h +++ b/src/io/source.h @@ -76,7 +76,7 @@ void aubio_source_do(aubio_source_t * s, fvec_t * read_to, uint_t * read); \param s source object, created with ::new_aubio_source \param read_to ::fmat_t of data to read to - \param read upon returns, equals to number of frames actually read + \param[out] read upon returns, equals to number of frames actually read Upon returns, `read` contains the number of frames actually read from the source. `hop_size` if enough frames could be read, less otherwise. -- 2.11.0