]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_serial.hxx
Tidy up the autoconf/automake configuration a bit.
[simgear.git] / simgear / io / sg_serial.hxx
index e37fa722198e8104f3989e54f7589842e6ca6e1c..b6e43cb7ead436b6ef1ea811f436c6f56f8b95f6 100644 (file)
@@ -97,10 +97,10 @@ public:
     // close port
     bool close();
 
-    /** Return the serial port device name */
+    /** @return the serial port device name */
     inline string get_device() const { return device; }
 
-    /** Return the baud rate */
+    /** @return the baud rate */
     inline string get_baud() const { return baud; }
 };