From fbc3f9bbec3519ec6452715c8ce25a702dcbc9ef Mon Sep 17 00:00:00 2001 From: Urs Fleisch Date: Sun, 14 Feb 2021 11:14:57 +0100 Subject: [PATCH] Fix doxygen warnings --- taglib/fileref.h | 4 ++-- taglib/toolkit/tpropertymap.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/taglib/fileref.h b/taglib/fileref.h index c36f54cb..76e694e4 100644 --- a/taglib/fileref.h +++ b/taglib/fileref.h @@ -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() */ diff --git a/taglib/toolkit/tpropertymap.h b/taglib/toolkit/tpropertymap.h index d491efe8..27731a81 100644 --- a/taglib/toolkit/tpropertymap.h +++ b/taglib/toolkit/tpropertymap.h @@ -76,7 +76,7 @@ namespace TagLib { * - LYRICIST * - CONDUCTOR * - REMIXER - * - PERFORMER: + * - PERFORMER:\ * * 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;