forked from mirror/qmk_firmware
Add project name to the Doxygen makefile target output.
This commit is contained in:
@@ -75,7 +75,7 @@ ifeq ($(origin LUFA_PATH), undefined)
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user