minor comments

This commit is contained in:
Josh Coalson
2006-10-03 01:04:41 +00:00
parent e64d5e3e9e
commit beb128489b
5 changed files with 8 additions and 16 deletions

View File

@@ -55,11 +55,7 @@ extern "C" {
* \ingroup flac
*
* \brief
* This module describes the two decoder layers provided by libFLAC.
*
* libFLAC provides two ways of decoding FLAC streams. There is a @@@@@@frame decoder which decodes single frames at a time, and a stream decoder which decodes whole streams.
*
* @@@@@@TODO frame decoder
* This module describes the decoder layers provided by libFLAC.
*
* The stream decoder can be used decode complete streams either from the
* client via callbacks, or directly from a file, depending on how it is

View File

@@ -56,11 +56,7 @@ extern "C" {
* \ingroup flac
*
* \brief
* This module describes the two encoder layers provided by libFLAC.
*
* libFLAC provides two ways of encoding FLAC streams. There is a @@@@@@frame encoder which encodes single frames at a time, and a stream encoder which encodes whole streams.
*
* @@@@@@TODO frame encoder
* This module describes the encoder layers provided by libFLAC.
*
* The stream encoder can be used encode complete streams either to the
* client via callbacks, or directly to a file, depending on how it is