From 4348fafcc87dbdca859037f45e19d0bbfcb62a03 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 1 Sep 2008 19:17:14 +0200 Subject: don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docs --- src/pulse/def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pulse/def.h b/src/pulse/def.h index aa07d1c9..53bea3bd 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h @@ -240,10 +240,13 @@ typedef enum pa_stream_flags { * accordingly. See pa_buffer_attr \since 0.9.11 */ } pa_stream_flags_t; +/** \cond fulldocs */ /** English is an evil language */ #define PA_STREAM_NOT_MONOTONOUS PA_STREAM_NOT_MONOTONIC +/** \endcond */ + /** Playback and record buffer metrics */ typedef struct pa_buffer_attr { uint32_t maxlength; /**< Maximum length of the -- cgit