From 0fc5d9a82ac782d53e72f76dfa1e89932b2d1076 Mon Sep 17 00:00:00 2001 From: binbinnomoney <1749303514@qq.com> Date: Thu, 25 Jul 2024 15:02:26 +0800 Subject: [PATCH] doxygen --- utils/Log/src/Log.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/Log/src/Log.cpp b/utils/Log/src/Log.cpp index 40ac0778..5974d916 100644 --- a/utils/Log/src/Log.cpp +++ b/utils/Log/src/Log.cpp @@ -19,6 +19,11 @@ #include #include #include +/** + * @brief jieshao + * + * @param object + */ static void LogFree(ILog *object) { printf("log instance free.\n");