From c036b6698d9701b64320f247fc916083b81e6085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teppo=20J=C3=A4rvelin?= Date: Wed, 28 Mar 2018 16:20:27 +0300 Subject: [PATCH] Doxygen fixes for copy-paste errors. --- features/cellular/framework/API/CellularDevice.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/cellular/framework/API/CellularDevice.h b/features/cellular/framework/API/CellularDevice.h index feec489fa7..5bfa921304 100644 --- a/features/cellular/framework/API/CellularDevice.h +++ b/features/cellular/framework/API/CellularDevice.h @@ -83,19 +83,19 @@ public: */ virtual void close_network() = 0; - /** Closes the opened CellularNetwork by deleting the CellularSMS instance. + /** Closes the opened CellularSMS by deleting the CellularSMS instance. */ virtual void close_sms() = 0; - /** Closes the opened CellularNetwork by deleting the CellularPower instance. + /** Closes the opened CellularPower by deleting the CellularPower instance. */ virtual void close_power() = 0; - /** Closes the opened CellularNetwork by deleting the CellularSIM instance. + /** Closes the opened CellularSIM by deleting the CellularSIM instance. */ virtual void close_sim() = 0; - /** Closes the opened CellularNetwork by deleting the CellularInformation instance. + /** Closes the opened CellularInformation by deleting the CellularInformation instance. */ virtual void close_information() = 0;