From: Abhimanyu Swami Date: Thu, 29 May 2025 07:43:14 +0000 (+0530) Subject: Fix documentation X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=353ba9453ea630e2be99defa12999651a748db16;p=platform%2Fhal%2Fapi%2Flocation.git Fix documentation Change-Id: I2d9cb353bd0b0a1be0b32dfaf1e7227e118188a2 --- 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; /**