@@ -25,7 +25,7 @@ typedef mbed::EasyCellularConnection OnboardCellularInterface;
2525
2626/* * OnboardCellularInterface class
2727 *
28- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularPower.h instead.
28+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularPower.h instead.
2929 *
3030 * This interface serves as the controller/driver for an
3131 * onboard modem implementing onboard_modem_api.h.
@@ -40,21 +40,21 @@ class OnboardCellularInterface : public UARTCellularInterface {
4040public:
4141
4242 /* * Constructor
43- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularPower.h instead.
43+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularPower.h instead.
4444 */
4545 MBED_DEPRECATED_SINCE (" mbed-os-5.9" , " This API will be deprecated, use mbed-os/features/cellular/framework/API/CellularPower.h instead." )
4646 OnboardCellularInterface (bool debug = false );
4747
4848 /* * Destructor
49- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularPower.h instead.
49+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularPower.h instead.
5050 */
5151 MBED_DEPRECATED_SINCE (" mbed-os-5.9" , " This API will be deprecated, use mbed-os/features/cellular/framework/API/CellularPower.h instead." )
5252 virtual ~OnboardCellularInterface ();
5353
5454protected:
5555 /* * Sets the modem up for powering on
5656 *
57- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularPower.h instead.
57+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularPower.h instead.
5858 *
5959 * modem_init() is equivalent to plugging in the device, for example, attaching power and serial port.
6060 * Uses onboard_modem_api.h where the target provides the implementation of onboard_modem_api.
@@ -64,7 +64,7 @@ class OnboardCellularInterface : public UARTCellularInterface {
6464
6565 /* * Sets the modem in unplugged state
6666 *
67- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularPower.h instead.
67+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularPower.h instead.
6868 *
6969 * modem_deinit() will be equivalent to pulling the plug off of the device, in other words, detaching power
7070 * and serial port. This puts the modem in lowest power state.
@@ -75,7 +75,7 @@ class OnboardCellularInterface : public UARTCellularInterface {
7575
7676 /* * Powers up the modem
7777 *
78- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularPower.h instead.
78+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularPower.h instead.
7979 *
8080 * modem_power_up() is equivalent to pressing the soft power button.
8181 * The driver may repeat this if the modem is not responsive to AT commands.
@@ -86,7 +86,7 @@ class OnboardCellularInterface : public UARTCellularInterface {
8686
8787 /* * Powers down the modem
8888 *
89- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularPower.h instead.
89+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularPower.h instead.
9090 *
9191 * modem_power_down() is equivalent to turning off the modem by button press.
9292 * Uses onboard_modem_api.h where the target provides the implementation of onboard_modem_api.
0 commit comments