@@ -27,11 +27,11 @@ * * @brief A protocol for serializing objects. */ @protocol OFSerialization /*! - * The object serialized into an XML element. + * @brief The object serialized into an XML element. */ @property (readonly, nonatomic) OFXMLElement *XMLElementBySerializing; /*! * @brief Initializes the object with the specified XML element serialization.