Doc: Fixes in doxygen docs for Draft,Arch, FEM

This commit is contained in:
Yorik van Havre
2016-11-17 17:04:09 -02:00
parent e85aa31d76
commit bf0d37bf28
144 changed files with 743 additions and 58 deletions

View File

@@ -24,6 +24,7 @@
/** \defgroup MemDebug Memory debugging
* \ingroup BASE
* \brief Memory debugging tools
* \section Overview
* In C++ applications there are a lot of ways to handle memory allocation and deallocation.
* As many ways to do it wrong or simply forget to free memory. One way to overcome