Doc: Improve App::Property documentation

This commit is contained in:
Pieter Hijma
2025-04-26 20:37:30 +02:00
committed by Chris Hennes
parent 7b90b12f0c
commit 920029f5ce
2 changed files with 567 additions and 140 deletions

View File

@@ -159,9 +159,9 @@ const char* Property::getDocumentation() const
return father->getPropertyDocumentation(this);
}
void Property::setContainer(PropertyContainer* Father)
void Property::setContainer(PropertyContainer* father)
{
father = Father;
this->father = father;
}
void Property::setPathValue(const ObjectIdentifier& path, const boost::any& value)

File diff suppressed because it is too large Load Diff