Fix doxygen warnings

This commit is contained in:
Urs Fleisch 2021-02-14 11:14:57 +01:00
parent 99ad01e12f
commit fbc3f9bbec
2 changed files with 5 additions and 5 deletions

View File

@ -166,8 +166,8 @@ namespace TagLib {
* \warning This pointer will become invalid when this FileRef and all
* copies pass out of scope.
*
* \warning Do not cast it to any subclasses of \class Tag.
* Use tag returning methods of appropriate subclasses of \class File instead.
* \warning Do not cast it to any subclasses of Tag.
* Use tag returning methods of appropriate subclasses of File instead.
*
* \see File::tag()
*/

View File

@ -76,7 +76,7 @@ namespace TagLib {
* - LYRICIST
* - CONDUCTOR
* - REMIXER
* - PERFORMER:<XXXX>
* - PERFORMER:\<XXXX>
*
* Other tags:
*
@ -204,12 +204,12 @@ namespace TagLib {
StringList &operator[](const String &key);
/*!
* Returns true if and only if \other has the same contents as this map.
* Returns true if and only if \a other has the same contents as this map.
*/
bool operator==(const PropertyMap &other) const;
/*!
* Returns false if and only \other has the same contents as this map.
* Returns false if and only \a other has the same contents as this map.
*/
bool operator!=(const PropertyMap &other) const;