From 2401d9caf6ba3df8f3004f1979f8a5d13d2e2f0a Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 2 Nov 2022 15:30:27 +0100 Subject: [PATCH] ancs_client: avoid // in /* .. */ comment --- src/ble/gatt-service/ancs_client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ble/gatt-service/ancs_client.h b/src/ble/gatt-service/ancs_client.h index 328af2460..7f6f4e609 100644 --- a/src/ble/gatt-service/ancs_client.h +++ b/src/ble/gatt-service/ancs_client.h @@ -51,7 +51,8 @@ extern "C" { #endif /** - * @text The ANCS Client implements Notification Consumer (NC) of the [Apple Notification Center Service (ANCS)](https://developer.apple.com/library/archive/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Introduction/Introduction.html). + * @text The ANCS Client implements Notification Consumer (NC) of the [Apple Notification Center Service + * (ANCS)](developer.apple.com/library/archive/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Introduction/Introduction.html). */ /* API_START */