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

@@ -50,8 +50,7 @@ namespace {
"SourceType",
"Source Type",
"The type of position that is used as the triangle apex used to calculate the "
"angle. The default value is 'Camera'",
// @VISIBILITY(2.67)
"angle. The default value is 'Camera'.",
openspace::properties::Property::Visibility::User
};
@@ -61,8 +60,7 @@ namespace {
"If a scene graph node is selected as type, this value specifies the name of the "
"node that is to be used as the apex of the triangle used to calculate the "
"angle. The computed angle is the incident angle to Source in the triangle ("
"Source, Reference, Destination)",
// @VISIBILITY(2.67)
"Source, Reference, Destination).",
openspace::properties::Property::Visibility::User
};
@@ -71,8 +69,7 @@ namespace {
"Reference Type",
"The type of position that is used as the destination of the reference line used "
"to calculate the angle. The computed angle is the incident angle to Source in "
"the triangle (Source, Reference, Destination)",
// @VISIBILITY(2.67)
"the triangle (Source, Reference, Destination).",
openspace::properties::Property::Visibility::User
};
@@ -80,8 +77,7 @@ namespace {
"ReferenceNodeName",
"Reference Node Name",
"If a scene graph node is selected as type, this value specifies the name of the "
"node that is to be used as the reference direction to compute the angle",
// @VISIBILITY(2.67)
"node that is to be used as the reference direction to compute the angle.",
openspace::properties::Property::Visibility::User
};
@@ -90,8 +86,7 @@ namespace {
"Destination Type",
"The type of position that is used as the destination to calculate the angle. "
"The computed angle is the incident angle to Source in the triangle ("
"Source, Reference, Destination). The default value for this is 'Focus'",
// @VISIBILITY(2.67)
"Source, Reference, Destination). The default value for this is 'Focus'.",
openspace::properties::Property::Visibility::User
};
@@ -99,8 +94,7 @@ namespace {
"DestinationNodeName",
"Destination Node Name",
"If a scene graph node is selected as type, this value specifies the name of the "
"node that is to be used as the destination for computing the angle",
// @VISIBILITY(2.67)
"node that is to be used as the destination for computing the angle.",
openspace::properties::Property::Visibility::User
};