Skip to content
Snippets Groups Projects
Commit 3832182f authored by Dean Camera's avatar Dean Camera
Browse files

Fix documentation glitches from the restructuring changes.

parent e0a3f269
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
* Dataflash command constants for the Atmel AT45DB321C Dataflash IC.
*/
/** \ingroup Group_AT45DB321C
/** \ingroup Group_MiscDrivers
* \defgroup Group_AT45DB321C AT45DB321C Commands
*
* Dataflash command constants for the Atmel AT45DB321C Dataflash IC.
......
......@@ -34,7 +34,7 @@
* Dataflash command constants for the Atmel AT45DB642D Dataflash IC.
*/
/** \ingroup Group_AT45DB642D
/** \ingroup Group_MiscDrivers
* \defgroup Group_AT45DB642D AT45DB642D Commands
*
* Dataflash command constants for the Atmel AT45DB642D Dataflash IC.
......
......@@ -43,7 +43,7 @@
*
* \section Sec_Dependencies Module Source Dependencies
* 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
* 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
* 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
* Hardware TWI driver. This module provides an easy to use driver for the setup and transfer of data over
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment