From 1168f957bc37b55b9ffaa3aa2687163b9ad35444 Mon Sep 17 00:00:00 2001 From: Abhimanyu Swami Date: Thu, 29 May 2025 13:13:14 +0530 Subject: [PATCH] Fix documentation Change-Id: I2d9cb353bd0b0a1be0b32dfaf1e7227e118188a2 (cherry picked from commit 353ba9453ea630e2be99defa12999651a748db16) --- include/hal-location-interface-1.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/hal-location-interface-1.h b/include/hal-location-interface-1.h index ab956cd..24f8052 100644 --- a/include/hal-location-interface-1.h +++ b/include/hal-location-interface-1.h @@ -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; /** -- 2.34.1