From: Paul Brossier Date: Sun, 3 Mar 2013 16:01:29 +0000 (-0500) Subject: src/tempo: fix example path X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e230bb4e3a6afef5685a28e659991051bd89db8e;p=aubio.git src/tempo: fix example path --- 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 */