Implemented the most easy comments on the pull request.

This commit is contained in:
Michael Helmling
2012-01-14 22:02:17 +01:00
parent ea41cd8903
commit 67d896e6a7
4 changed files with 15 additions and 12 deletions

View File

@ -61,14 +61,14 @@ namespace TagLib {
Mod::Tag *tag() const;
/*!
* Implements the unified tag dictionary interface -- export function.
* Forwards to Mod::Tag::toDict().
* BIC: will be removed once File::toDict() is made virtual
*/
TagDict toDict() const;
/*!
* Implements the unified tag dictionary interface -- import function.
* Forwards to Mod::Tag::fromDict().
* BIC: will be removed once File::fromDict() is made virtual
*/
void fromDict(const TagDict &);