Add a TELNET server to the webserver project, which currently can list active TCP...
[pub/USBasp.git] / Projects / Webserver / Lib / HTTPServerApp.h
index 43ad5b1..13399b0 100644 (file)
@@ -47,7 +47,7 @@
                /** States for each HTTP connection to the webserver. */\r
                enum Webserver_States_t\r
                {\r
-                       WEBSERVER_STATE_OpenRequestedFile, /** Currently opening requested file */\r
+                       WEBSERVER_STATE_OpenRequestedFile, /**< Currently opening requested file */\r
                        WEBSERVER_STATE_SendResponseHeader, /**< Currently sending HTTP response headers to the client */\r
                        WEBSERVER_STATE_SendMIMETypeHeader, /**< Currently sending HTTP MIME type header to the client */\r
                        WEBSERVER_STATE_SendData, /**< Currently sending HTTP page data to the client */\r