From 92d1506cb93740cb4628dcb40f8fbd6bb6fd7e7b Mon Sep 17 00:00:00 2001 From: Unsung Lee Date: Thu, 8 Aug 2024 16:16:54 +0900 Subject: [PATCH] storage: Change wrong name ingroup Change wrong name "FRAMEWORK/SYSTEM" to "CAPI_SYSTEM_STORAGE_MODULE" in the comment. "FRAMEWORK/SYSTEM" is non-existing group. Change-Id: I991720b60ab32edc66582b3fdc206f0cf7b88168 Signed-off-by: Unsung Lee --- include/storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/storage.h b/include/storage.h index 992497e..0bd5c2d 100644 --- a/include/storage.h +++ b/include/storage.h @@ -26,7 +26,7 @@ extern "C" { /** * @file storage.h - * @ingroup FRAMEWORK/SYSTEM + * @ingroup CAPI_SYSTEM_STORAGE_MODULE * @brief This file contains the API for the status of devices. * @author TIZEN * @date 2013-02-15 -- 2.34.1