src/{fmat,tempo/tempo}.h: fix doxygen comment
authorPaul Brossier <piem@piem.org>
Wed, 20 Jul 2016 13:18:41 +0000 (15:18 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 20 Jul 2016 13:18:41 +0000 (15:18 +0200)
src/fmat.h
src/tempo/tempo.h

index 955a8d5..8e65d11 100644 (file)
@@ -156,7 +156,7 @@ void fmat_weight(fmat_t *s, const fmat_t *weight);
 */
 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
index 13675ec..13637f9 100644 (file)
@@ -160,7 +160,7 @@ smpl_t aubio_tempo_get_bpm(aubio_tempo_t * o);
 */
 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 @@ smpl_t aubio_tempo_get_confidence(aubio_tempo_t * o);
 */
 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_set_tatum_signature(aubio_tempo_t *o, uint_t signature);
 */
 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