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

@@ -64,20 +64,20 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo AllowAddressesInfo = {
"AllowAddresses",
"Allow Addresses",
"Ip addresses or domains that should always be allowed access to this interface"
"IP addresses or domains that should always be allowed access to this interface"
};
constexpr openspace::properties::Property::PropertyInfo
RequirePasswordAddressesInfo = {
"RequirePasswordAddresses",
"Require Password Addresses",
"Ip addresses or domains that should be allowed access if they provide a password"
"IP addresses or domains that should be allowed access if they provide a password"
};
constexpr openspace::properties::Property::PropertyInfo DenyAddressesInfo = {
"DenyAddresses",
"Deny Addresses",
"Ip addresses or domains that should never be allowed access to this interface"
"IP addresses or domains that should never be allowed access to this interface"
};
constexpr openspace::properties::Property::PropertyInfo PasswordInfo = {
@@ -85,7 +85,7 @@ namespace {
"Password",
"Password for connecting to this interface"
};
}
} // namespace
namespace openspace {