Add project name to the Doxygen makefile target output.

This commit is contained in:
Dean Camera 2011-09-21 06:45:09 +00:00
parent 06de32b1c2
commit b5682f2c44
82 changed files with 82 additions and 82 deletions

View file

@ -682,7 +682,7 @@ clean_list :
$(REMOVEDIR) .dep
doxygen:
@echo Generating Project Documentation...
@echo Generating Project Documentation \($(TARGET)\)...
@doxygen Doxygen.conf
@echo Documentation Generation Complete.

View file

@ -455,7 +455,7 @@ clean_list :
$(REMOVEDIR) .dep
doxygen:
@echo Generating Project Documentation...
@echo Generating Project Documentation \($(TARGET)\)...
@doxygen Doxygen.conf
@echo Documentation Generation Complete.

View file

@ -674,7 +674,7 @@ clean_list :
$(REMOVEDIR) .dep
doxygen:
@echo Generating Project Documentation...
@echo Generating Project Documentation \($(TARGET)\)...
@doxygen Doxygen.conf
@echo Documentation Generation Complete.