add a comment header for initImplementation

This commit is contained in:
Rohit Grover 2015-11-03 12:31:49 +00:00
parent 8fab6bf863
commit 43e7e93db9

View file

@ -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<InitializationCompleteCallbackContext *> callback);
private: