Skip to content

Commit c036b66

Browse files
author
Teppo Järvelin
committed
Doxygen fixes for copy-paste errors.
1 parent d828959 commit c036b66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/cellular/framework/API/CellularDevice.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,19 @@ class CellularDevice
8383
*/
8484
virtual void close_network() = 0;
8585

86-
/** Closes the opened CellularNetwork by deleting the CellularSMS instance.
86+
/** Closes the opened CellularSMS by deleting the CellularSMS instance.
8787
*/
8888
virtual void close_sms() = 0;
8989

90-
/** Closes the opened CellularNetwork by deleting the CellularPower instance.
90+
/** Closes the opened CellularPower by deleting the CellularPower instance.
9191
*/
9292
virtual void close_power() = 0;
9393

94-
/** Closes the opened CellularNetwork by deleting the CellularSIM instance.
94+
/** Closes the opened CellularSIM by deleting the CellularSIM instance.
9595
*/
9696
virtual void close_sim() = 0;
9797

98-
/** Closes the opened CellularNetwork by deleting the CellularInformation instance.
98+
/** Closes the opened CellularInformation by deleting the CellularInformation instance.
9999
*/
100100
virtual void close_information() = 0;
101101

0 commit comments

Comments
 (0)