Merge pull request #625 from TsudaKageyu/checksum-comment

(minor, comment only) Add a supplementary comment to ByteVector::checksum().
This commit is contained in:
Tsuda Kageyu 2015-07-30 23:30:43 +09:00
commit 47800d1000

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;
/*!