@@ -19,10 +19,12 @@ @class OFString; @class OFArray; @protocol OFTLSSocket; /*! + * @protocol OFTLSSocketDelegate OFTLSSocket.h ObjFW/OFTLSSocket.h + * * @brief A delegate for classes implementing the OFTLSSocket protocol. */ @protocol OFTLSSocketDelegate /*! * @brief This callback is called when the TLS socket wants to know if it @@ -37,10 +39,12 @@ - (bool)socket: (id )socket shouldAcceptKeychain: (OFArray*)keychain; @end /*! + * @protocol OFTLSSocket OFTLSSocket.h ObjFW/OFTLSSocket.h + * * @brief A protocol that should be implemented by 3rd-party libraries * implementing TLS. */ @protocol OFTLSSocket #ifdef OF_HAVE_PROPERTIES