Doc: Improve App::DocumentObject documentation

It also improves documentation from other files for relevant dependent
functions.
This commit is contained in:
Pieter Hijma
2025-06-08 13:53:55 +02:00
parent d0b1191b2d
commit 788fe423e8
7 changed files with 883 additions and 332 deletions

View File

@@ -100,7 +100,6 @@ public:
/**
* @brief The ExpressionInfo struct encapsulates an expression.
*/
struct ExpressionInfo
{
std::shared_ptr<App::Expression> expression; /**< The actual expression tree */