forked from mirror/qmk_firmware
Add project name to the Doxygen makefile target output.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -171,7 +171,7 @@
|
||||
* the \ref TWI_Init() function to convert a bus frequency to a number of clocks for the \c BitLength
|
||||
* parameter.
|
||||
*
|
||||
* \param[in] Prescaler Prescaler set on the TWI bus.
|
||||
* \param[in] Prescale Prescaler set on the TWI bus.
|
||||
* \param[in] Frequency Desired TWI bus frequency in Hz.
|
||||
*
|
||||
* \return Bit length in clocks for the given TWI bus frequency at the given prescaler value.
|
||||
|
||||
@@ -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