Doxygen fixes for copy-paste errors.

pull/6496/head
Teppo Järvelin 2018-03-28 16:20:27 +03:00
parent d828959b87
commit c036b6698d
1 changed files with 4 additions and 4 deletions

View File

@ -83,19 +83,19 @@ public:
*/ */
virtual void close_network() = 0; 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; 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; 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; 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; virtual void close_information() = 0;