Add Webserver project Doxygen configuration file and overview document.

Fix Doxygen configuration files' input file exclusion filters.
This commit is contained in:
Dean Camera 2010-01-25 12:46:57 +00:00
parent 15c408ab86
commit db420853ce
69 changed files with 1725 additions and 68 deletions

View file

@ -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>"