From db420853ce1a7c4545c443b9b7e9925fac3fbbb5 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 25 Jan 2010 12:46:57 +0000 Subject: Add Webserver project Doxygen configuration file and overview document. Fix Doxygen configuration files' input file exclusion filters. --- Projects/Webserver/Lib/WebserverApp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Projects/Webserver/Lib') diff --git a/Projects/Webserver/Lib/WebserverApp.c b/Projects/Webserver/Lib/WebserverApp.c index 6ac94d6ac..cba3b43fa 100644 --- a/Projects/Webserver/Lib/WebserverApp.c +++ b/Projects/Webserver/Lib/WebserverApp.c @@ -51,9 +51,7 @@ char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n" "Server: LUFA RNDIS\r\n" "Connection: close\r\n\r\n"; -/** 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 - * broken up into smaller blocks and sent as a series of packets each time the webserver application callback is run. - */ +/** Static HTTP page to serve to the host when a HTTP request is made from a host. */ char PROGMEM HTTPPage[] = "" " " -- cgit v1.2.3