Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.
This commit is contained in:
parent
e81a4c950f
commit
fa3135d485
7 changed files with 102 additions and 32 deletions
|
|
@ -51,7 +51,7 @@ clean_list:
|
|||
|
||||
doxygen:
|
||||
@echo Generating Library Documentation...
|
||||
@doxygen Doxygen.conf
|
||||
( cat Doxygen.conf ; echo "PROJECT_NUMBER=`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`" ) | doxygen -
|
||||
@echo Documentation Generation Complete.
|
||||
|
||||
clean_doxygen:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue