2121
2222/* * CellularInterface class
2323 *
24- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
24+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
2525 *
2626 * Common interface that is shared between ethernet hardware
2727 * @addtogroup netsocket
@@ -36,7 +36,7 @@ class CellularInterface : public NetworkInterface
3636
3737 /* * Set the cellular network APN and credentials
3838 *
39- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
39+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
4040 *
4141 * @param apn Optional name of the network to connect to
4242 * @param username Optional username for the APN
@@ -49,7 +49,7 @@ class CellularInterface : public NetworkInterface
4949
5050 /* * Start the interface
5151 *
52- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
52+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
5353 *
5454 * @param apn Optional name of the network to connect to
5555 * @param username Optional username for your APN
@@ -62,7 +62,7 @@ class CellularInterface : public NetworkInterface
6262
6363 /* * Start the interface
6464 *
65- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
65+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
6666 *
6767 * Attempts to connect to a cellular network based on supplied credentials
6868 *
@@ -73,7 +73,7 @@ class CellularInterface : public NetworkInterface
7373
7474 /* * Stop the interface
7575 *
76- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
76+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
7777 *
7878 * @return 0 on success, negative error code on failure
7979 */
0 commit comments