mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
First step of comment style refactoring to doxygen-style.
This commit is contained in:
@@ -626,7 +626,7 @@ inline ByteBuffer &operator>>(ByteBuffer &b, std::map<K, V> &m)
|
||||
return b;
|
||||
}
|
||||
|
||||
// TODO: Make a ByteBuffer.cpp and move all this inlining to it.
|
||||
/// @todo Make a ByteBuffer.cpp and move all this inlining to it.
|
||||
template<> inline std::string ByteBuffer::read<std::string>()
|
||||
{
|
||||
std::string tmp;
|
||||
|
||||
Reference in New Issue
Block a user