From 85f53571e4df09d8e46b36be74143dfdfb9fae30 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 24 Sep 2003 22:13:35 +0000 Subject: [PATCH] minor comments --- include/OggFLAC/stream_decoder.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/OggFLAC/stream_decoder.h b/include/OggFLAC/stream_decoder.h index c75eb66..ddee265 100644 --- a/include/OggFLAC/stream_decoder.h +++ b/include/OggFLAC/stream_decoder.h @@ -58,8 +58,9 @@ extern "C" { * This module describes the three decoder layers provided by libOggFLAC. * * libOggFLAC currently provides the same three layers of access as - * libFLAC; the interface is identical. See the \link flac_decoder - * FLAC decoder module \endlink for full documentation. + * libFLAC; the interfaces are nearly identical, with th addition of a + * method for specifying the Ogg serial number. See the + * \link flac_decoder FLAC decoder module \endlink for full documentation. */ /** \defgroup oggflac_stream_decoder OggFLAC/stream_decoder.h: stream decoder interface -- 2.7.4