Fix documentation 84/325284/1 tizen_9.0
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Thu, 29 May 2025 07:43:14 +0000 (13:13 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Fri, 6 Jun 2025 10:11:58 +0000 (10:11 +0000)
Change-Id: I2d9cb353bd0b0a1be0b32dfaf1e7227e118188a2
(cherry picked from commit 353ba9453ea630e2be99defa12999651a748db16)

include/hal-location-interface-1.h

index ab956cde664d23c18932343b2a51105cf514c3cc..24f805255561483a577a5cd3f9adb76e10ce7b92 100644 (file)
@@ -527,10 +527,10 @@ typedef struct {
  * @since HAL_MODULE_LOCATION 1.0
  */
 typedef enum {
-    HAL_LOCATION_XTRA_REQUEST_TYPE_NONE = 0x00,    /* Default value */
-    HAL_LOCATION_XTRA_REQUEST_TYPE_QCOM = 0x01,    /* Request type QCOM */
-    HAL_LOCATION_XTRA_REQUEST_TYPE_BRCM = 0x02,    /* Request type BRCM */
-    HAL_LOCATION_XTRA_REQUEST_TYPE_NUM,            /* Request type NUM */
+    HAL_LOCATION_XTRA_REQUEST_TYPE_NONE = 0x00,    /**< Default value */
+    HAL_LOCATION_XTRA_REQUEST_TYPE_QCOM = 0x01,    /**< Request type QCOM */
+    HAL_LOCATION_XTRA_REQUEST_TYPE_BRCM = 0x02,    /**< Request type BRCM */
+    HAL_LOCATION_XTRA_REQUEST_TYPE_NUM,
 } xtra_request_type_e;
 
 /**