From e230bb4e3a6afef5685a28e659991051bd89db8e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 3 Mar 2013 11:01:29 -0500 Subject: [PATCH] src/tempo: fix example path --- src/tempo/beattracking.h | 2 +- src/tempo/tempo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tempo/beattracking.h b/src/tempo/beattracking.h index 78534b54..dcfa3cbd 100644 --- a/src/tempo/beattracking.h +++ b/src/tempo/beattracking.h @@ -33,7 +33,7 @@ towards automatic musical accompaniment. In Proceedings of the Audio Engeeniring Society 118th Convention, Barcelona, Spain, May 2005. - \example tempo/test-beattracking.h + \example tempo/test-beattracking.c */ #ifndef BEATTRACKING_H diff --git a/src/tempo/tempo.h b/src/tempo/tempo.h index 31269b2f..8e45918e 100644 --- a/src/tempo/tempo.h +++ b/src/tempo/tempo.h @@ -25,7 +25,7 @@ This object stores all the memory required for tempo detection algorithm and returns the estimated beat locations. - \example tempo/test-tempo.h + \example tempo/test-tempo.c */ -- 2.26.2