From 5d0c5335fae2af66ee149e9072286c5598e73636 Mon Sep 17 00:00:00 2001 From: Craig Lilley Date: Sat, 26 Apr 2014 13:22:45 +0100 Subject: [PATCH] Updated documentation. --- include/serial/serial.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/serial/serial.h b/include/serial/serial.h index baac72e..71e7c37 100644 --- a/include/serial/serial.h +++ b/include/serial/serial.h @@ -700,10 +700,10 @@ public: */ struct PortInfo { - /*! Address of port (this can be passed to the constructor of Serial). */ + /*! Address of the serial port (this can be passed to the constructor of Serial). */ std::string port; - /*! Human readable description if available. */ + /*! Human readable description of serial device if available. */ std::string description; /*! Hardware ID (e.g. VID:PID of USB serial devices) or "n/a" if not available. */