Doc: Improve App::Property documentation
This commit is contained in:
committed by
Chris Hennes
parent
7b90b12f0c
commit
920029f5ce
@@ -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
Reference in New Issue
Block a user