aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-01-06 11:38:47 +1100
committerDean Camera <dean@fourwalledcubicle.com>2014-01-06 11:38:47 +1100
commit92006938d30f038b59a86a396100d04a42be46e0 (patch)
treea88f20f3d4b24af0e3d830d9a8d3bceb6dd59d04
parent0f6c155a041e38eec1ad40e17a5035c836ea300b (diff)
downloadlufa-92006938d30f038b59a86a396100d04a42be46e0.tar.gz
lufa-92006938d30f038b59a86a396100d04a42be46e0.tar.bz2
lufa-92006938d30f038b59a86a396100d04a42be46e0.zip
Minor documentation improvements.
-rw-r--r--LUFA/DoxygenPages/LUFAPoweredProjects.txt1
-rw-r--r--Maintenance/makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/LUFAPoweredProjects.txt b/LUFA/DoxygenPages/LUFAPoweredProjects.txt
index b2f41c105..aac397afb 100644
--- a/LUFA/DoxygenPages/LUFAPoweredProjects.txt
+++ b/LUFA/DoxygenPages/LUFAPoweredProjects.txt
@@ -137,6 +137,7 @@
* \li UDFS, a BBC Micro USB disk filing system: https://github.com/makestuff/udfs
* \li Universal USB AVR Module: http://usbavr.bplaced.net/
* \li USB2AX, a USB to Dynamixel network adapter: http://paranoidstudio.assembla.com/wiki/show/paranoidstudio/USB2AX
+ * \li USBPass, a USB password keeper: http://sroz.net/projects/usbpass/
* \li USB Business Card: http://www.limpkin.fr/index.php?post/2012/09/15/My-new-business-card
* \li USB Function Generator: http://tuomasnylund.fi/drupal6/content/ad9833-based-usb-function-generator
* \li USB Infrared Receiver/Transmitter: http://vaton4.web2001.cz/
diff --git a/Maintenance/makefile b/Maintenance/makefile
index fd2858f6c..b37a10216 100644
--- a/Maintenance/makefile
+++ b/Maintenance/makefile
@@ -26,7 +26,7 @@ function-list:
@sort function_list.h | uniq > function_list_unique.h
@rm temp.xml
-# Update all Doxygen configuration files to the latest Doxygen version - force Markdown support to be disabled
+# Update all Doxygen configuration files to the latest Doxygen version
upgrade-doxygen:
@echo Upgrading Doxygen.conf files...
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \