Doxygen tweaks

This commit is contained in:
Yorik van Havre
2019-07-17 18:01:56 -03:00
parent f86f0ec5e1
commit b5a3d28fee
5 changed files with 28 additions and 1 deletions

View File

@@ -72,6 +72,11 @@
#pragma warning(disable : 4065)
#endif
/** \defgroup Expression Expressions framework
\ingroup APP
\brief The expression system allows users to write expressions and formulas that produce values
*/
using namespace Base;
using namespace App;