Adding periods to the description texts

This commit is contained in:
Alexander Bock
2024-04-23 22:33:17 +02:00
parent c9fd9543e6
commit 78b3b4fb2e
156 changed files with 887 additions and 1194 deletions

View File

@@ -71,10 +71,8 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo StepSizeInfo = {
"Stepsize",
//"StepSize",
"Fieldline Step Size",
"Fieldline Step Size.",
"", // @TODO Missing documentation
// @VISIBILITY(2.75)
openspace::properties::Property::Visibility::User
};