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 78534b5413d6cc66c80897942280c662b0da3990..dcfa3cbd4e19051d955c4c75c90cbd2a66e7146b 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 31269b2fd666b747181c01ee4414da6b42fe2a50..8e45918e372bd98bc96f8c58c0590ab082683325 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
 
 */