From b845a9dc95a5003de073ff7b5ee66f2a7f5ec89f Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Wed, 16 May 2018 17:24:17 +0100 Subject: [PATCH] fixed doxygen --- features/FEATURE_BLE/ble/Gap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_BLE/ble/Gap.h b/features/FEATURE_BLE/ble/Gap.h index adaf06bc44..052931b801 100644 --- a/features/FEATURE_BLE/ble/Gap.h +++ b/features/FEATURE_BLE/ble/Gap.h @@ -2175,7 +2175,7 @@ public: * resolved and advertisement packets are forwarded to the application * even if the advertiser private address is unknown. * - * @param enable[in] Should be set to true to enable the privacy mode and + * @param[in] enable Should be set to true to enable the privacy mode and * false to disable it. * * @return BLE_ERROR_NONE in case of success or an appropriate error code.