From 5f852c1396f93a2818dadac3c57c0abcb507c3e1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 20 Jul 2016 15:18:41 +0200 Subject: [PATCH] src/{fmat,tempo/tempo}.h: fix doxygen comment --- src/fmat.h | 2 +- src/tempo/tempo.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/fmat.h b/src/fmat.h index 955a8d59..8e65d110 100644 --- a/src/fmat.h +++ b/src/fmat.h @@ -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 diff --git a/src/tempo/tempo.h b/src/tempo/tempo.h index 13675ec2..13637f94 100644 --- a/src/tempo/tempo.h +++ b/src/tempo/tempo.h @@ -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 -- 2.11.0