improved doxygen

This commit is contained in:
Marc Wäckerlin
2016-08-25 15:00:45 +00:00
parent 1585767a62
commit 40dbf10ae7
5 changed files with 333 additions and 296 deletions

View File

@@ -16,6 +16,14 @@
#include <stdexcept>
#include <functional>
/** @mainpage @description
@readme
*/
/// Mathematical Classes and Functions
/** */
namespace math {
template<typename TYPE>