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/common/Logging/Log.cpp | |
parent | e37e6327f046037299e77ea42cc1e837bf5f7da2 (diff) |
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
Diffstat (limited to 'src/common/Logging/Log.cpp')
-rw-r--r-- | src/common/Logging/Log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Logging/Log.cpp b/src/common/Logging/Log.cpp index cb58d80dd5..386ccbbe33 100644 --- a/src/common/Logging/Log.cpp +++ b/src/common/Logging/Log.cpp @@ -339,7 +339,7 @@ void Log::Close() bool Log::ShouldLog(std::string const& type, LogLevel level) const { - // TODO: Use cache to store "Type.sub1.sub2": "Type" equivalence, should + /// @todo: Use cache to store "Type.sub1.sub2": "Type" equivalence, should // Speed up in cases where requesting "Type.sub1.sub2" but only configured // Logger "Type" |