[Doc] Improve topics within App

- The location of the documentation is improved (not in the cpp file
  anymore but in core-app.dox).  This prevents cluttering source with
  high-level overviews typical of topic documentation.
- The formatting has been made consistent.
This commit is contained in:
Pieter Hijma
2025-03-24 21:02:05 +01:00
committed by Chris Hennes
parent 4c840798d5
commit 032cb79301
6 changed files with 118 additions and 109 deletions

View File

@@ -52,11 +52,6 @@
#include "ExpressionParser.h"
/** \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;