src/tempo: fix example path
authorPaul Brossier <piem@piem.org>
Sun, 3 Mar 2013 16:01:29 +0000 (11:01 -0500)
committerPaul Brossier <piem@piem.org>
Sun, 3 Mar 2013 16:01:29 +0000 (11:01 -0500)
src/tempo/beattracking.h
src/tempo/tempo.h

index 78534b5..dcfa3cb 100644 (file)
@@ -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
index 31269b2..8e45918 100644 (file)
@@ -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
 
 */