Add Webserver project Doxygen configuration file and overview document.
[pub/USBasp.git] / Projects / Webserver / Lib / WebserverApp.c
index 6ac94d6..cba3b43 100644 (file)
@@ -51,9 +51,7 @@ char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n"
                                "Server: LUFA RNDIS\r\n"\r
                                "Connection: close\r\n\r\n";\r
 \r
-/** HTTP page to serve to the host when a HTTP request is made. This page is too long for a single response, thus it is automatically\r
- *  broken up into smaller blocks and sent as a series of packets each time the webserver application callback is run.\r
- */\r
+/** Static HTTP page to serve to the host when a HTTP request is made from a host. */\r
 char PROGMEM HTTPPage[]   = \r
                "<html>"\r
                "       <head>"\r