shithub: aubio

Download patch

ref: 7816f2b8217539631d067cf49915677a783de77a
parent: 447c673fd7b5a2836cfb1d6441b7b36a4bf66a56
author: Paul Brossier <[email protected]>
date: Fri Dec 6 09:38:54 EST 2013

src/io/source.h: add [out] decorator to doxystring

--- a/src/io/source.h
+++ b/src/io/source.h
@@ -76,7 +76,7 @@
 
   \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.