shithub: aubio

Download patch

ref: 8c4560e5e6eb281591a04e5d40eb715d35b97f86
parent: 7d89e6187fffd9d6773778f192224ae6b12bd8b6
author: Paul Brossier <piem@piem.org>
date: Sun Mar 10 14:34:28 EDT 2013

src/aubio.h: talk about unstable

--- a/src/aubio.h
+++ b/src/aubio.h
@@ -139,9 +139,16 @@
 
 /** @file aubio.h Global aubio include file.
 
-  Programmers just need to include this file as:
+  You will want to include this file as:
 
   @code
+    #include <aubio/aubio.h>
+  @endcode
+
+  To access headers with unstable prototypes, use:
+
+  @code
+    #define AUBIO_UNSTABLE 1
     #include <aubio/aubio.h>
   @endcode