From 1887d030e7776f90a36dd3db6eba84a61a4e2f15 Mon Sep 17 00:00:00 2001 From: zhouyongfei Date: Wed, 22 Sep 2021 16:52:19 +0800 Subject: [PATCH] fix codex warning Signed-off-by: zhouyongfei --- services/include/global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/include/global.h b/services/include/global.h index 155d52a..353e550 100644 --- a/services/include/global.h +++ b/services/include/global.h @@ -66,7 +66,7 @@ namespace CommonEvent { // User State namespace UserState { - /*! The states of a user in the system. + // The states of a user in the system. enum { USER_STATE_NOT_AVAILABLE = -1, USER_STATE_STARTED = 0, // a user is started. @@ -76,7 +76,7 @@ namespace UserState { // Error Code namespace ErrorCode { - /*! Error Code definition in the input method management system + // Error Code definition in the input method management system enum { ERROR_STATUS_UNKNOWN_ERROR = (-2147483647 - 1), // unknown error ERROR_STATUS_NO_MEMORY = -ENOMEM, // no memory