From: SangYoun Kwak Date: Thu, 8 Aug 2024 02:21:50 +0000 (+0900) Subject: Fix section name of documentation X-Git-Tag: accepted/tizen/unified/20240930.083349~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24cb5e3fa40baf17a14939fea6e965d59ca8043b;p=platform%2Fcore%2Fapi%2Fsensor.git Fix section name of documentation In the group CAPI_SYSTEM_SENSOR_RECORDER_MODULE, the name of overview section was CAPI_SYSTEM_SENSOR_MODULE_OVERVIEW, which is not a valid name for this group. It is fixed to CAPI_SYSTEM_SENSOR_RECORDER_MODULE_OVERVIEW. Change-Id: I7f0f9017ccdb9b644727c3aef93a17be119cf986 Signed-off-by: SangYoun Kwak --- diff --git a/doc/sensor_doc.h b/doc/sensor_doc.h index 9021465..b6d2e06 100644 --- a/doc/sensor_doc.h +++ b/doc/sensor_doc.h @@ -171,7 +171,7 @@ * @section CAPI_SYSTEM_SENSOR_RECORDER_MODULE_HEADER Required Header * \#include * - * @section CAPI_SYSTEM_SENSOR_MODULE_OVERVIEW Overview + * @section CAPI_SYSTEM_SENSOR_RECORDER_MODULE_OVERVIEW Overview * This Sensor API provides functions to record sensors events in the device. * Several sensors are typically available on mobile devices. *