From 43e7e93db90a412f761c3ec7bceaf7cf404505ae Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Tue, 3 Nov 2015 12:31:49 +0000 Subject: [PATCH] add a comment header for initImplementation --- ble/BLE.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ble/BLE.h b/ble/BLE.h index 5db926a..6a92ca1 100644 --- a/ble/BLE.h +++ b/ble/BLE.h @@ -1421,6 +1421,12 @@ public: } private: + /** + * Implementation of init() [internal to BLE_API]. + * + * The implementation is separated into a private method because it isn't + * suitable to be included in the header. + */ ble_error_t initImplementation(FunctionPointerWithContext callback); private: