@@ -25,10 +25,12 @@ @class OFHTTPResponse; @class OFTCPSocket; @class OFException; /*! + * @protocol OFHTTPServerDelegate OFHTTPServer.h ObjFW/OFHTTPServer.h + * * @brief A delegate for OFHTTPServer. */ @protocol OFHTTPServerDelegate /*! * @brief This method is called when the HTTP server received a request from a @@ -59,10 +61,12 @@ - (bool)server: (OFHTTPServer*)server didReceiveExceptionOnListeningSocket: (OFException*)exception; @end /*! + * @class OFHTTPServer OFHTTPServer.h ObjFW/OFHTTPServer.h + * * @brief A class for creating a simple HTTP server inside of applications. */ @interface OFHTTPServer: OFObject { OFString *_host;