From 7cf4fafe35c4a67a857379988af990191b5d9aa7 Mon Sep 17 00:00:00 2001 From: Clovis Durand Date: Thu, 12 Dec 2019 15:06:06 +0100 Subject: [PATCH] [#14] Corrected header comments for webtools.Xpp Signed-off-by: Clovis Durand --- software/inc/webtools.hpp | 2 +- software/src/webtools.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/software/inc/webtools.hpp b/software/inc/webtools.hpp index acccd94..ed8f378 100644 --- a/software/inc/webtools.hpp +++ b/software/inc/webtools.hpp @@ -1,7 +1,7 @@ /** * Let There Be Light project * - * @file remoteRequest.hxx + * @file webtools.hpp */ /* Includes -------------------------------------------- */ diff --git a/software/src/webtools.cpp b/software/src/webtools.cpp index 0a29c53..bd7383a 100644 --- a/software/src/webtools.cpp +++ b/software/src/webtools.cpp @@ -1,7 +1,7 @@ /** * Let There Be Light project * - * @file remoteRequest.cxx + * @file webtools.cpp */ /* Includes -------------------------------------------- */