Edit URIBeaconCOnfigService.h

Edit file for active voice and comma use.
pull/8738/head
Amanda Butler 2018-11-26 19:15:31 -06:00 committed by GitHub
parent 08ef3f7209
commit fa784c2aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -40,14 +40,14 @@ extern const uint8_t BEACON_UUID[sizeof(UUID::ShortUUIDBytes_t)];
/** /**
* @class URIBeaconConfigService * @class URIBeaconConfigService
* @brief UriBeacon Configuration Service. Can be used to set URL, adjust power levels, and set flags. * @brief UriBeacon Configuration Service. You can use this to set URL, adjust power levels and set flags.
* See http://uribeacon.org * See http://uribeacon.org
* *
* @deprecated This service is deprecated and no replacement is currently available. * @deprecated This service is deprecated, and no replacement is currently available.
*/ */
MBED_DEPRECATED_SINCE( MBED_DEPRECATED_SINCE(
"mbed-os-5.11", "mbed-os-5.11",
"This service is deprecated and no replacement is currently available." "This service is deprecated, and no replacement is currently available."
) )
class URIBeaconConfigService { class URIBeaconConfigService {
public: public:
@ -95,11 +95,11 @@ class URIBeaconConfigService {
* @param[in] defaultAdvPowerLevelsIn * @param[in] defaultAdvPowerLevelsIn
* Default power-levels array. Applies only if the resetToDefaultsFlag is true. * Default power-levels array. Applies only if the resetToDefaultsFlag is true.
* *
* @deprecated This service is deprecated and no replacement is currently available. * @deprecated This service is deprecated, and no replacement is currently available.
*/ */
MBED_DEPRECATED_SINCE( MBED_DEPRECATED_SINCE(
"mbed-os-5.11", "mbed-os-5.11",
"This service is deprecated and no replacement is currently available." "This service is deprecated, and no replacement is currently available."
) )
URIBeaconConfigService(BLE &bleIn, URIBeaconConfigService(BLE &bleIn,
Params_t &paramsIn, Params_t &paramsIn,