@@ -144,11 +144,11 @@ * @param host The host to connect to * @param port The port on the host to connect to * @param target The target on which to call the selector once the connection * has been established * @param selector The selector to call on the target. The signature must be - * void (OFTCPSocket *socket, OFException *exception). + * `void (OFTCPSocket *socket, OFException *exception)`. */ - (void)asyncConnectToHost: (OFString*)host port: (uint16_t)port target: (id)target selector: (SEL)selector; @@ -204,12 +204,12 @@ * @param target The target on which to execute the selector when a new * connection has been accepted. The method returns whether the * next incoming connection should be accepted by the specified * block as well. * @param selector The selector to call on the target. The signature must be - * bool (OFTCPSocket *socket, OFTCPSocket *acceptedSocket, - * OFException *exception). + * `bool (OFTCPSocket *socket, OFTCPSocket *acceptedSocket, + * OFException *exception)`. */ - (void)asyncAcceptWithTarget: (id)target selector: (SEL)selector; #ifdef OF_HAVE_BLOCKS