@@ -27,20 +27,20 @@ #ifdef __cplusplus } #endif @interface OFData (ASN1DERParsing) -/*! +/** * @brief The data interpreted as ASN.1 in DER representation and parsed as an * object. * * This is either an OFArray (for a sequence), an OFSet (for a set) or an * OFASN1Value. */ @property (readonly, nonatomic) id objectByParsingASN1DER; -/*! +/** * @brief Parses the ASN.1 DER representation and returns it as an object. * * This is either an OFArray (for a sequence), an OFSet (for a set) or an * OFASN1Value. *