@@ -30,16 +30,16 @@ @public OFString *_name, *_Nullable _namespace, *_stringValue; } /*! - * The name of the attribute. + * @brief The name of the attribute. */ @property (readonly, nonatomic) OFString *name; /*! - * The namespace of the attribute. + * @brief The namespace of the attribute. */ #ifndef __cplusplus @property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFString *namespace; #else @property OF_NULLABLE_PROPERTY (readonly, nonatomic, getter=namespace)