From 8c4560e5e6eb281591a04e5d40eb715d35b97f86 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 10 Mar 2013 18:34:28 -0500 Subject: [PATCH] src/aubio.h: talk about unstable --- src/aubio.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/aubio.h b/src/aubio.h index a8596efe..0e23419f 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -139,12 +139,19 @@ /** @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 @endcode + To access headers with unstable prototypes, use: + + @code + #define AUBIO_UNSTABLE 1 + #include + @endcode + */ #ifdef __cplusplus -- 2.26.2