Doxygen added

This commit is contained in:
Ollo
2020-11-06 22:19:16 +01:00
parent 9c83897fd9
commit 7080fe306b
4 changed files with 2585 additions and 26 deletions

View File

@@ -1,4 +1,6 @@
/**
/** \addtogroup Controller
* @{
*
* @file main.cpp
* @author Ollo
* @brief PlantControl
@@ -6,7 +8,6 @@
* @date 2020-05-01
*
* @copyright Copyright (c) 2020
*
*/
#include "PlantCtrl.h"
#include "ControllerConfiguration.h"
@@ -779,3 +780,5 @@ void loop()
}
}
}
/** @}*/