2323
2424/* * UARTCellularInterface class
2525 *
26- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
26+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
2727 *
2828 * This interface serves as the controller/driver for Cellular
2929 * modems attached via a UART (tested with UBLOX_C027 and MTS_DRAGONFLY_F411RE).
@@ -38,7 +38,7 @@ class UARTCellularInterface : public PPPCellularInterface {
3838
3939 /* * Constructor
4040 *
41- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
41+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
4242 */
4343 MBED_DEPRECATED_SINCE (" mbed-os-5.9" , " This API will be deprecated, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead." )
4444 UARTCellularInterface (PinName tx, PinName rx, PinName dcd = NC, PinName rts = NC, PinName cts = NC, PinName ri = NC,
@@ -48,7 +48,7 @@ class UARTCellularInterface : public PPPCellularInterface {
4848
4949 /* * Destructor
5050 *
51- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
51+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
5252 */
5353 MBED_DEPRECATED_SINCE (" mbed-os-5.9" , " This API will be deprecated, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead." )
5454 virtual ~UARTCellularInterface ();
@@ -61,7 +61,7 @@ class UARTCellularInterface : public PPPCellularInterface {
6161protected:
6262 /* * Enable or disable hang-up detection
6363 *
64- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
64+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
6565 *
6666 * When in PPP data pump mode, it is helpful if the FileHandle will signal hang-up via
6767 * POLLHUP, e.g., if the DCD line is deasserted on a UART. During command mode, this
0 commit comments