clang-tidy: add ending namespace comments

Found with google-readability-namespace-comments

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2022-11-26 21:59:06 -08:00
committed by Urs Fleisch
parent c963d1189a
commit 4dc6bdcd28
121 changed files with 225 additions and 305 deletions

View File

@ -121,7 +121,7 @@ namespace TagLib {
FilePrivate *d;
};
}
}
} // namespace Ogg
} // namespace TagLib
#endif

View File

@ -223,6 +223,6 @@ namespace TagLib {
class PagePrivate;
PagePrivate *d;
};
}
}
} // namespace Ogg
} // namespace TagLib
#endif

View File

@ -226,7 +226,7 @@ namespace TagLib {
PageHeaderPrivate *d;
};
}
}
} // namespace Ogg
} // namespace TagLib
#endif

View File

@ -131,8 +131,8 @@ namespace TagLib {
class FilePrivate;
FilePrivate *d;
};
}
}
}
} // namespace Opus
} // namespace Ogg
} // namespace TagLib
#endif

View File

@ -127,8 +127,8 @@ namespace TagLib {
class PropertiesPrivate;
PropertiesPrivate *d;
};
}
}
}
} // namespace Opus
} // namespace Ogg
} // namespace TagLib
#endif

View File

@ -131,8 +131,8 @@ namespace TagLib {
class FilePrivate;
FilePrivate *d;
};
}
}
}
} // namespace Speex
} // namespace Ogg
} // namespace TagLib
#endif

View File

@ -122,8 +122,8 @@ namespace TagLib {
class PropertiesPrivate;
PropertiesPrivate *d;
};
}
}
}
} // namespace Speex
} // namespace Ogg
} // namespace TagLib
#endif

View File

@ -57,7 +57,7 @@ namespace TagLib {
* an Ogg stream. 0x03 indicates the comment header.
*/
static const char vorbisCommentHeaderID[] = { 0x03, 'v', 'o', 'r', 'b', 'i', 's', 0 };
}
} // namespace TagLib
////////////////////////////////////////////////////////////////////////////////
// static members

View File

@ -138,7 +138,7 @@ namespace TagLib {
class FilePrivate;
FilePrivate *d;
};
}
} // namespace Vorbis
/*
* To keep compatibility with the current version put Vorbis in the Ogg namespace
@ -152,6 +152,6 @@ namespace TagLib {
namespace Ogg { namespace Vorbis { typedef TagLib::Vorbis::File File; } }
#endif
}
} // namespace TagLib
#endif

View File

@ -62,7 +62,7 @@ namespace TagLib {
* an Ogg stream. 0x01 indicates the setup header.
*/
static const char vorbisSetupHeaderID[] = { 0x01, 'v', 'o', 'r', 'b', 'i', 's', 0 };
}
} // namespace TagLib
////////////////////////////////////////////////////////////////////////////////
// public members

View File

@ -141,7 +141,7 @@ namespace TagLib {
class PropertiesPrivate;
PropertiesPrivate *d;
};
}
} // namespace Vorbis
/*
* To keep compatibility with the current version put Vorbis in the Ogg namespace
@ -155,6 +155,6 @@ namespace TagLib {
namespace Ogg { namespace Vorbis { typedef TagLib::AudioProperties AudioProperties; } }
#endif
}
} // namespace TagLib
#endif

View File

@ -40,7 +40,7 @@ namespace
typedef List<FLAC::Picture *> PictureList;
typedef PictureList::Iterator PictureIterator;
typedef PictureList::Iterator PictureConstIterator;
}
} // namespace
class Ogg::XiphComment::XiphCommentPrivate
{

View File

@ -274,7 +274,7 @@ namespace TagLib {
class XiphCommentPrivate;
XiphCommentPrivate *d;
};
}
}
} // namespace Ogg
} // namespace TagLib
#endif