shithub: aubio

Download patch

ref: 5f852c1396f93a2818dadac3c57c0abcb507c3e1
parent: 9530365e5c728693d9764a6363ccf8e57c821f3d
author: Paul Brossier <piem@piem.org>
date: Wed Jul 20 11:18:41 EDT 2016

src/{fmat,tempo/tempo}.h: fix doxygen comment

--- a/src/fmat.h
+++ b/src/fmat.h
@@ -156,7 +156,7 @@
 */
 void fmat_copy(const fmat_t *s, fmat_t *t);
 
-/* compute the product of a matrix by a vector
+/** compute the product of a matrix by a vector
 
    \param s matrix to compute product with
    \param scale vector to compute product with
--- a/src/tempo/tempo.h
+++ b/src/tempo/tempo.h
@@ -160,7 +160,7 @@
 */
 smpl_t aubio_tempo_get_confidence(aubio_tempo_t * o);
 
-/* set number of tatum per beat
+/** set number of tatum per beat
 
    \param o beat tracking object
    \param signature number of tatum per beat (between 1 and 64)
@@ -168,7 +168,7 @@
 */
 uint_t aubio_tempo_set_tatum_signature(aubio_tempo_t *o, uint_t signature);
 
-/* check whether a tatum was detected in the current frame
+/** check whether a tatum was detected in the current frame
 
    \param o beat tracking object
 
@@ -177,7 +177,7 @@
 */
 uint_t aubio_tempo_was_tatum(aubio_tempo_t *o);
 
-/* get position of last_tatum, in samples
+/** get position of last_tatum, in samples
 
    \param o beat tracking object