Points: translate doxygen from DE to EN + fix superfluous whitespace (#5287)
* Points: translate doxygen from DE to EN + fix superfluous whitespace For the purpose of making the source documentation uniform, source comments in this file were translated to english. * Points: remove superfluous whitespace * Fix left over DE to EN translations (from Cam and Mesh code)
This commit is contained in:
@@ -45,7 +45,7 @@ using namespace Points;
|
||||
|
||||
PROPERTY_SOURCE(Points::Feature, App::GeoFeature)
|
||||
|
||||
Feature::Feature()
|
||||
Feature::Feature()
|
||||
{
|
||||
ADD_PROPERTY(Points, (PointKernel()));
|
||||
}
|
||||
@@ -90,7 +90,7 @@ void Feature::onChanged(const App::Property* prop)
|
||||
if (p != this->Placement.getValue())
|
||||
this->Placement.setValue(p);
|
||||
}
|
||||
|
||||
|
||||
GeoFeature::onChanged(prop);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user