Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
b5682f2c
Commit
b5682f2c
authored
Sep 21, 2011
by
Dean Camera
Browse files
Add project name to the Doxygen makefile target output.
parent
06de32b1
Changes
82
Hide whitespace changes
Inline
Side-by-side
Bootloaders/CDC/makefile
View file @
b5682f2c
...
...
@@ -686,7 +686,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Bootloaders/DFU/makefile
View file @
b5682f2c
...
...
@@ -681,7 +681,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Bootloaders/HID/makefile
View file @
b5682f2c
...
...
@@ -681,7 +681,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/AudioInput/makefile
View file @
b5682f2c
...
...
@@ -697,7 +697,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/AudioOutput/makefile
View file @
b5682f2c
...
...
@@ -698,7 +698,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/DualVirtualSerial/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/GenericHID/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/Joystick/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/Keyboard/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/KeyboardMouse/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/KeyboardMouseMultiReport/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/MIDI/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/MassStorage/makefile
View file @
b5682f2c
...
...
@@ -697,7 +697,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/MassStorageKeyboard/makefile
View file @
b5682f2c
...
...
@@ -697,7 +697,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/Mouse/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/RNDISEthernet/makefile
View file @
b5682f2c
...
...
@@ -712,7 +712,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/VirtualSerial/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/VirtualSerialMassStorage/makefile
View file @
b5682f2c
...
...
@@ -696,7 +696,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/ClassDriver/VirtualSerialMouse/makefile
View file @
b5682f2c
...
...
@@ -694,7 +694,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Demos/Device/Incomplete/Sideshow/makefile
View file @
b5682f2c
...
...
@@ -698,7 +698,7 @@ clean_list :
$(REMOVEDIR)
.dep
doxygen
:
@
echo
Generating Project Documentation...
@
echo
Generating Project Documentation
\(
$(TARGET)
\)
...
@
doxygen Doxygen.conf
@
echo
Documentation Generation Complete.
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment