From ea3d81fb94089bef9159909bf3da29874500986e Mon Sep 17 00:00:00 2001 From: Pieter Hijma Date: Tue, 20 May 2025 10:43:38 +0200 Subject: [PATCH] Doc: Reorder topics --- src/App/core-app.dox | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/App/core-app.dox b/src/App/core-app.dox index d7a7536b14..ee85a92cdc 100644 --- a/src/App/core-app.dox +++ b/src/App/core-app.dox @@ -49,12 +49,6 @@ * @brief %Base class of all objects handled in the Document. */ -/** - * @defgroup ExpressionFramework Expressions framework - * @ingroup APP - * @brief The expression system allows users to write expressions and formulas that produce values - */ - /** * @defgroup PropertyFramework Property framework * @ingroup APP @@ -204,6 +198,11 @@ * @endcode */ +/** + * @defgroup ExpressionFramework Expressions framework + * @ingroup APP + * @brief The expression system allows users to write expressions and formulas that produce values + */ /** * @namespace App