forked from mirror/qmk_firmware
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user