aboutsummaryrefslogtreecommitdiff
path: root/Projects/Webserver/Lib/WebserverApp.c
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-01-25 12:46:57 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-01-25 12:46:57 +0000
commit0459226dd2fbd74cb8e3a3a9afb4706119a6af53 (patch)
tree484b95af1a60a1762b28d06c6b30687cf2de7329 /Projects/Webserver/Lib/WebserverApp.c
parent163bdf94a000b204c0d7ec4f2295dc3137b844a2 (diff)
Add Webserver project Doxygen configuration file and overview document.
Fix Doxygen configuration files' input file exclusion filters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1065 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/Lib/WebserverApp.c')
-rw-r--r--Projects/Webserver/Lib/WebserverApp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Projects/Webserver/Lib/WebserverApp.c b/Projects/Webserver/Lib/WebserverApp.c
index 6ac94d6a..cba3b43f 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[] =
"<html>"
" <head>"