From: Paul Brossier Date: Sun, 10 Mar 2013 23:34:28 +0000 (-0500) Subject: src/aubio.h: talk about unstable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c4560e5e6eb281591a04e5d40eb715d35b97f86;p=aubio.git src/aubio.h: talk about unstable --- 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