mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +00:00
Minor documentation improvements.
This commit is contained in:
parent
35564bb1a7
commit
a9d8af99e4
@ -96,7 +96,7 @@
|
|||||||
* - RZUSBSTICK
|
* - RZUSBSTICK
|
||||||
* - STK525
|
* - STK525
|
||||||
* - STK526
|
* - STK526
|
||||||
* - XPLAIN (Excluding the blue XPLAINED family boards)
|
* - XPLAIN (Original green board, <i>not</i> the newer blue XPLAINED family boards)
|
||||||
*
|
*
|
||||||
* \section Sec_AVR8Support_ThirdParty Supported Third Party Models
|
* \section Sec_AVR8Support_ThirdParty Supported Third Party Models
|
||||||
* Currently supported third-party boards (see \ref Group_BoardTypes for makefile \c BOARD constant names):
|
* Currently supported third-party boards (see \ref Group_BoardTypes for makefile \c BOARD constant names):
|
||||||
@ -112,7 +112,7 @@
|
|||||||
* - Linnix UDIP
|
* - Linnix UDIP
|
||||||
* - MattairTech JM-DB-U2
|
* - MattairTech JM-DB-U2
|
||||||
* - Maximus USB
|
* - Maximus USB
|
||||||
* - Micropendous Boards (many versions)
|
* - Micropendous Boards (Micropendous-32U2, Micropendous-1, Micropendous-2)
|
||||||
* - Microsin AVR-USB162
|
* - Microsin AVR-USB162
|
||||||
* - Minimus USB
|
* - Minimus USB
|
||||||
* - Olimex AVR-USB-162
|
* - Olimex AVR-USB-162
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
/** \ingroup Group_LEDs
|
/** \ingroup Group_LEDs
|
||||||
* \defgroup Group_LEDs_MICROPENDOUS_32U2 MICROPENDOUS_32U2
|
* \defgroup Group_LEDs_MICROPENDOUS_32U2 MICROPENDOUS_32U2
|
||||||
* \brief Board specific LED driver header for the Micropendous 32U2.
|
* \brief Board specific LED driver header for the Micropendous-32U2.
|
||||||
*
|
*
|
||||||
* Board specific LED driver header for the Micropendous 32U2 (https://code.google.com/p/micropendous/wiki/Micropendous_32U2).
|
* Board specific LED driver header for the Micropendous 32U2 (https://code.google.com/p/micropendous/wiki/Micropendous_32U2).
|
||||||
*
|
*
|
||||||
|
@ -42,7 +42,7 @@ check-documentation-placeholders:
|
|||||||
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
|
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
|
||||||
validate-branch:
|
validate-branch:
|
||||||
make -s -C $(LUFA_ROOT) doxygen
|
make -s -C $(LUFA_ROOT) doxygen
|
||||||
make -s -C $(LUFA_ROOT) all
|
make -s -C $(LUFA_ROOT) all
|
||||||
make -s -C $(LUFA_ROOT)/BuildTests all
|
make -s -C $(LUFA_ROOT)/BuildTests all
|
||||||
|
|
||||||
# Validate the working branch for general release, check for placeholder documentation then build and test everything
|
# Validate the working branch for general release, check for placeholder documentation then build and test everything
|
||||||
|
Loading…
Reference in New Issue
Block a user