doxygen comments

This commit is contained in:
Josh Coalson
2002-09-04 08:00:14 +00:00
parent b4baa41581
commit f3b39373f6
6 changed files with 45 additions and 26 deletions

View File

@@ -66,8 +66,7 @@ extern "C" {
* The basic usage of this encoder is as follows:
* - The program creates an instance of an encoder using
* FLAC__stream_encoder_new().
* - The program overrides the default settings and sets callbacks for
* writing and metadata reporting using
* - The program overrides the default settings and sets callbacks using
* FLAC__stream_encoder_set_*() functions.
* - The program initializes the instance to validate the settings and
* prepare for encoding using FLAC__stream_encoder_init().