Add a supplementary comment to ByteVector::checksum().

This commit is contained in:
Tsuda Kageyu 2015-06-27 01:29:16 +09:00
parent e90b5e5f2f
commit 4dd14d4d73

View File

@ -275,7 +275,10 @@ namespace TagLib {
/*!
* Returns a CRC checksum of the byte vector's data.
*
* \note This uses an uncommon variant of CRC32 specializes in Ogg.
*/
// BIC: Remove or make generic.
uint checksum() const;
/*!