clean_list:
doxygen:
- @echo Generating Library Documentation...
+ @echo Generating LUFA Library Documentation...
( cat Doxygen.conf ; echo "PROJECT_NUMBER=`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`" ) | doxygen -
@echo Documentation Generation Complete.