summaryrefslogtreecommitdiff
path: root/include/FLAC/all.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-07-25 05:35:16 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-07-25 05:35:16 +0000
commit03706dce5e9fa9bfd7243875bf60d41315facf94 (patch)
tree9953a4490f442f4af70cf69315a6d87cad9f702d /include/FLAC/all.h
parentdea419a064de68f9af805ef56382a284999b409d (diff)
downloadflac-03706dce5e9fa9bfd7243875bf60d41315facf94.tar.gz
more doxygen docs
Diffstat (limited to 'include/FLAC/all.h')
-rw-r--r--include/FLAC/all.h9
1 files changed, 8 insertions, 1 deletions
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 <A HREF="modules.html">modules</A>. Modules are logical
+ * the <A HREF="modules.html">modules</A>. 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