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:
luzpaz
2021-12-25 14:41:12 -05:00
committed by GitHub
parent 5923ce1858
commit 1c83d8fedd
20 changed files with 125 additions and 125 deletions

View File

@@ -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);
}