diff options
Diffstat (limited to 'LUFA/makefile')
-rw-r--r-- | LUFA/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/makefile b/LUFA/makefile index 90259a330..a05b95670 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -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. |