From 163383cb990441c7ab9720c8ff33c208957ebed9 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sun, 15 Jun 2014 15:28:17 -0700 Subject: [PATCH] Comments --- src/qgcunittest/TCPLoopBackServer.cc | 5 +++++ src/qgcunittest/TCPLoopBackServer.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/qgcunittest/TCPLoopBackServer.cc b/src/qgcunittest/TCPLoopBackServer.cc index 07c1644f3..0198ade15 100644 --- a/src/qgcunittest/TCPLoopBackServer.cc +++ b/src/qgcunittest/TCPLoopBackServer.cc @@ -23,6 +23,11 @@ #include "TCPLoopBackServer.h" +/// @file +/// @brief Simple TCP loop back server +/// +/// @author Don Gagne + TCPLoopBackServer::TCPLoopBackServer(QHostAddress hostAddress, quint16 port) : _hostAddress(hostAddress), _port(port), diff --git a/src/qgcunittest/TCPLoopBackServer.h b/src/qgcunittest/TCPLoopBackServer.h index b433efc22..c4036719c 100644 --- a/src/qgcunittest/TCPLoopBackServer.h +++ b/src/qgcunittest/TCPLoopBackServer.h @@ -28,6 +28,11 @@ #include #include +/// @file +/// @brief Simple TCP loop back server +/// +/// @author Don Gagne + class TCPLoopBackServer : public QThread { Q_OBJECT -- 2.22.0