mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
This commit is contained in:
@@ -329,7 +329,7 @@ public:
|
||||
|
||||
enum SentryPoint
|
||||
{
|
||||
SPELL_TELEPORT_VISUAL = 799, // TODO Find the correct spell
|
||||
SPELL_TELEPORT_VISUAL = 799, /// @todo Find the correct spell
|
||||
QUEST_MISSING_DIPLO_PT14 = 1265,
|
||||
NPC_TERVOSH = 4967
|
||||
};
|
||||
|
||||
@@ -56,7 +56,7 @@ EndContentData */
|
||||
#include "WaypointMgr.h"
|
||||
#include "World.h"
|
||||
|
||||
// TODO: this import is not necessary for compilation and marked as unused by the IDE
|
||||
// @todo: this import is not necessary for compilation and marked as unused by the IDE
|
||||
// however, for some reasons removing it would cause a damn linking issue
|
||||
// there is probably some underlying problem with imports which should properly addressed
|
||||
// see: https://github.com/azerothcore/azerothcore-wotlk/issues/9766
|
||||
|
||||
Reference in New Issue
Block a user