From ab41e4a2c795e7bd74f061b17c8dad7875cc420d Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Thu, 12 Sep 2024 14:05:54 +0900 Subject: [PATCH] doc: Enhance Native API Ref documentation There was omitted keyword in feedback_doc.h. To keep consistency of doxygen group naming rule, this patch is necessary. Change-Id: I4c7ebe70402ff0e2448cf37b6f038a8b57a9a000 Signed-off-by: Yunhee Seo --- doc/feedback_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/feedback_doc.h b/doc/feedback_doc.h index f881cba..d7a552a 100755 --- a/doc/feedback_doc.h +++ b/doc/feedback_doc.h @@ -30,7 +30,7 @@ * The FEEDBACK API is responsible for playing simple sound and vibration. * It plays sound using mm-sound library and vibration with system framework. - * @section CAPI_SYSTEM_FEEDBACK_FEATURE Related Features + * @section CAPI_SYSTEM_FEEDBACK_MODULE_FEATURE Related Features * This API is related with the following features:\n * - %http://tizen.org/feature/feedback.vibration\n * -- 2.34.1