Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
8:211d1b8f730c
Parent:
7:471901a04573
--- a/Links/SerialPort.hpp	Tue Jul 24 08:33:31 2018 +0000
+++ b/Links/SerialPort.hpp	Wed Apr 03 12:33:10 2019 +0000
@@ -46,7 +46,7 @@
   /// Disconnect from the current port.
   virtual error_code disconnect() = 0;
   
-  /// Check if currently connected to a port.
+  /// @brief Check if currently connected to a port.
   /// @returns True if connected.
   virtual bool connected() const = 0;
 
@@ -56,4 +56,4 @@
 
 }
 
-#endif
\ No newline at end of file
+#endif