@@ -60,35 +60,35 @@ @property (class, readonly, nonatomic) of_string_encoding_t encoding; @property (class, readonly, nullable, nonatomic) OFString *decimalPoint; #endif /*! - * The language of the locale for messages. + * @brief The language of the locale for messages. * * If the language is unknown, it is `nil`. */ @property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFString *language; /*! - * The territory of the locale for messages. + * @brief The territory of the locale for messages. * * If the territory is unknown, it is `nil`. */ @property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFString *territory; /*! - * The native 8-bit string encoding of the locale for messages. + * @brief The native 8-bit string encoding of the locale for messages. * * This is useful to encode strings correctly for passing them to operating * system calls. * * If the native 8-bit encoding is unknown, UTF-8 is assumed. */ @property (readonly, nonatomic) of_string_encoding_t encoding; /*! - * The decimal point of the system's locale. + * @brief The decimal point of the system's locale. */ @property (readonly, nonatomic) OFString *decimalPoint; /*! * @brief Returns the shared OFLocalization instance.