forked from mfulz_github/qmk_firmware
Minor documentation improvements.
This commit is contained in:
parent
0f6c155a04
commit
92006938d3
|
@ -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/
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue