mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Fix documentation glitches from the restructuring changes.
This commit is contained in:
parent
e0a3f26978
commit
3832182fe1
@ -34,7 +34,7 @@
|
|||||||
* Dataflash command constants for the Atmel AT45DB321C Dataflash IC.
|
* Dataflash command constants for the Atmel AT45DB321C Dataflash IC.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \ingroup Group_AT45DB321C
|
/** \ingroup Group_MiscDrivers
|
||||||
* \defgroup Group_AT45DB321C AT45DB321C Commands
|
* \defgroup Group_AT45DB321C AT45DB321C Commands
|
||||||
*
|
*
|
||||||
* Dataflash command constants for the Atmel AT45DB321C Dataflash IC.
|
* Dataflash command constants for the Atmel AT45DB321C Dataflash IC.
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
* Dataflash command constants for the Atmel AT45DB642D Dataflash IC.
|
* Dataflash command constants for the Atmel AT45DB642D Dataflash IC.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \ingroup Group_AT45DB642D
|
/** \ingroup Group_MiscDrivers
|
||||||
* \defgroup Group_AT45DB642D AT45DB642D Commands
|
* \defgroup Group_AT45DB642D AT45DB642D Commands
|
||||||
*
|
*
|
||||||
* Dataflash command constants for the Atmel AT45DB642D Dataflash IC.
|
* Dataflash command constants for the Atmel AT45DB642D Dataflash IC.
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
*
|
*
|
||||||
* \section Sec_Dependencies Module Source Dependencies
|
* \section Sec_Dependencies Module Source Dependencies
|
||||||
* The following files must be built with any user project that uses this module:
|
* The following files must be built with any user project that uses this module:
|
||||||
* - LUFA/Drivers/Peripheral/$(ARCH)/Serial.c <i>(Makefile source module name: LUFA_SRC_SERIAL)</i>
|
* - LUFA/Drivers/Peripheral/<i>ARCH</i>/Serial.c <i>(Makefile source module name: LUFA_SRC_SERIAL)</i>
|
||||||
*
|
*
|
||||||
* \section Sec_ModDescription Module Description
|
* \section Sec_ModDescription Module Description
|
||||||
* Hardware serial USART driver. This module provides an easy to use driver for the setup and transfer
|
* Hardware serial USART driver. This module provides an easy to use driver for the setup and transfer
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
*
|
*
|
||||||
* \section Sec_Dependencies Module Source Dependencies
|
* \section Sec_Dependencies Module Source Dependencies
|
||||||
* The following files must be built with any user project that uses this module:
|
* The following files must be built with any user project that uses this module:
|
||||||
* - LUFA/Drivers/Peripheral/$(ARCH)TWI.c <i>(Makefile source module name: LUFA_SRC_TWI)</i>
|
* - LUFA/Drivers/Peripheral/<i>ARCH</i>/TWI.c <i>(Makefile source module name: LUFA_SRC_TWI)</i>
|
||||||
*
|
*
|
||||||
* \section Sec_ModDescription Module Description
|
* \section Sec_ModDescription Module Description
|
||||||
* Hardware TWI driver. This module provides an easy to use driver for the setup and transfer of data over
|
* Hardware TWI driver. This module provides an easy to use driver for the setup and transfer of data over
|
||||||
|
Loading…
Reference in New Issue
Block a user