From 03706dce5e9fa9bfd7243875bf60d41315facf94 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 25 Jul 2002 05:35:16 +0000 Subject: more doxygen docs --- include/FLAC/all.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'include/FLAC/all.h') diff --git a/include/FLAC/all.h b/include/FLAC/all.h index 948142b9..f86416e1 100644 --- a/include/FLAC/all.h +++ b/include/FLAC/all.h @@ -56,6 +56,13 @@ * encoder and plugins is available and is a useful source of * examples. * + * Aside from encoders and decoders, libFLAC provides a powerful + * metadata interface for manipulating metadata in FLAC files. It + * allows the user to add, delete, and modify FLAC metadata blocks + * and it can automatically take advantage of PADDING blocks to avoid + * rewriting the entire FLAC file when changing the size of the + * metadata. + * * libFLAC usually only requires the standard C library and C math * library. In particular, threading is not used so there is no * dependency on a thread library. However, libFLAC does not use @@ -78,7 +85,7 @@ * \section getting_started Getting Started * * A good starting point for learning the API is to browse through - * the modules. Modules are logical + * the modules. Modules are logical * groupings of related functions or classes, which correspond roughly * to header files or sections of header files. Each module includes a * detailed description of the general usage of its functions or -- cgit v1.2.1