Small cleanup of property documentation

This commit is contained in:
Alexander Bock
2023-01-09 00:11:58 +01:00
parent 4f4764209f
commit a2a1554c9a
36 changed files with 131 additions and 161 deletions

View File

@@ -85,9 +85,8 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo FaceCameraInfo = {
"FaceCamera",
"Face Camera",
"If enabled, the labels will be rotated to face the camera. "
"For non-linear display rendering (for example fisheye) this should be set to "
"false."
"If enabled, the labels will be rotated to face the camera. For non-linear "
"display rendering (for example fisheye) this should be set to false."
};
struct [[codegen::Dictionary(LabelsComponent)]] Parameters {