From: PHO Date: Wed, 5 Jan 2011 14:53:44 +0000 (+0900) Subject: docs X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=wavpack.git;a=commitdiff_plain;h=9341c92aa88e46a371c2a6210933d69cbe161eec docs --- diff --git a/Codec/Audio/WavPack/Metadata.hs b/Codec/Audio/WavPack/Metadata.hs index 78a99fc..35864b1 100644 --- a/Codec/Audio/WavPack/Metadata.hs +++ b/Codec/Audio/WavPack/Metadata.hs @@ -23,7 +23,8 @@ import Prelude.Unicode -- | Type class for every metadata sub-blocks. class (Binary α, Eq α, Show α, Typeable α) ⇒ Metadata α where - -- | Get the metadata ID (mandatory). + -- | Get the metadata ID without odd-size bit nor large-block bit + -- (mandatory). metaID ∷ α → Word8 -- | Get the size of metadata (optional). metaSize ∷ α → Word32