[Doc] Fix Robot kdl documentation issues

This commit is contained in:
Pieter Hijma
2025-03-24 15:42:26 +01:00
parent 00428ff014
commit aa768e2a90
2 changed files with 3 additions and 3 deletions

View File

@@ -643,7 +643,7 @@ void PropertyData::visitProperties(OffsetBase offsetBase,
/** \defgroup PropFrame Property framework
\ingroup APP
\brief System to access object properties
\section Introduction
\section propframe_intro Introduction
The property framework introduces the ability to access attributes (member variables) of a class by name without
knowing the class type. It's like the reflection mechanism of Java or C#.
This ability is introduced by the App::PropertyContainer class and can be used by all derived classes.