Remove '<' from doxygens above struct element to produce doc properly 49/318549/1 accepted/tizen/unified/20250123.133215 accepted/tizen/unified/x/20250124.014019
authorSangYoun Kwak <sy.kwak@samsung.com>
Mon, 20 Jan 2025 08:28:42 +0000 (17:28 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Mon, 20 Jan 2025 08:28:42 +0000 (17:28 +0900)
commitc59587026a43c6204e81e22afe36082d15f862b8
treecc0dda2f1c0815b0448b845114d5a77654a86b88
parent79cd4d84130c7ff4db51b83b3dd8f35e2ed03558
Remove '<' from doxygens above struct element to produce doc properly

By the doxygen generation format, for the doxygen above the struct
elements, should be written by the format below:
/** ... */
or
/**
 * ...
 */

Previously, there was '<' in the doxygen comment above the struct
elements. Thus, it is fixed by removing '<'.

Change-Id: I519f7a7f80c1fb1887a6658cf9d72eeb9a593370
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
include/hal-sensor-interface-1.h