diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-02-12 14:05:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 10:05:34 -0300 |
commit | f039836a2fd7f615c51a1a2efe896181ae56c103 (patch) | |
tree | a0e849fdf22e56790034041f8844be9eb1954049 /src/test | |
parent | e37e6327f046037299e77ea42cc1e837bf5f7da2 (diff) |
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/server/game/Miscellaneous/FormulasTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/server/game/Miscellaneous/FormulasTest.cpp b/src/test/server/game/Miscellaneous/FormulasTest.cpp index e420cb18d3..3f773b3d88 100644 --- a/src/test/server/game/Miscellaneous/FormulasTest.cpp +++ b/src/test/server/game/Miscellaneous/FormulasTest.cpp @@ -103,6 +103,6 @@ TEST(FormulasTest, Gain) { auto worldMock = new WorldMock(); sWorld.reset((worldMock)); - // TODO: create mocks of Player and Creature + /// @todo: create mocks of Player and Creature // Gain(nullptr, nullptr); } |