diff --git a/src/app/WEBServerManager.cpp b/src/app/WEBServerManager.cpp index e8ebcc3..aaa625c 100644 --- a/src/app/WEBServerManager.cpp +++ b/src/app/WEBServerManager.cpp @@ -1,3 +1,15 @@ +/** + * @file WEBServerManager.cpp + * @author Anatole SCHRAMM-HENRY + * @brief Single client WEB Server. + * This class is now retired and replaced by the much better WEBServer class + * which handles multiclients among other things. + * @version 0.1 + * @date 31/03/2019 + * + * @copyright MIT + * + */ #include "WEBServerManager.h" //#define DEBUG diff --git a/src/app/WEBServerManager.h b/src/app/WEBServerManager.h index 249401d..20e225f 100644 --- a/src/app/WEBServerManager.h +++ b/src/app/WEBServerManager.h @@ -1,3 +1,15 @@ +/** + * @file WEBServerManager.h + * @author Anatole SCHRAMM-HENRY + * @brief Single client WEB Server. + * This class is now retired and replaced by the much better WEBServer class + * which handles multiclients among other things. + * @version 0.1 + * @date 31/03/2019 + * + * @copyright MIT + * + */ #ifndef WEBSERVERMANAGER_H #define WEBSERVERMANAGER_H