diff --git a/LUFA/Drivers/Misc/AT45DB321C.h b/LUFA/Drivers/Misc/AT45DB321C.h index e2b4fd2c4933d4af9eb6a9069b7444491f4e3c27..083268ddc010e130f482c424438a0651767c807e 100644 --- a/LUFA/Drivers/Misc/AT45DB321C.h +++ b/LUFA/Drivers/Misc/AT45DB321C.h @@ -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. diff --git a/LUFA/Drivers/Misc/AT45DB642D.h b/LUFA/Drivers/Misc/AT45DB642D.h index 5984fc4eac557d8f095a78e09c6d23a4725c08f5..923a3b7c4a0af17919bb54e715861b4427547eb6 100644 --- a/LUFA/Drivers/Misc/AT45DB642D.h +++ b/LUFA/Drivers/Misc/AT45DB642D.h @@ -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. diff --git a/LUFA/Drivers/Peripheral/Serial.h b/LUFA/Drivers/Peripheral/Serial.h index 0c6cd86bf3829b0f4f794a3e238520657983b7c8..a6fcb44f09e3d3d845b4ede36695192b42267e89 100644 --- a/LUFA/Drivers/Peripheral/Serial.h +++ b/LUFA/Drivers/Peripheral/Serial.h @@ -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 diff --git a/LUFA/Drivers/Peripheral/TWI.h b/LUFA/Drivers/Peripheral/TWI.h index e7eb850e35a4713943c2fac103bdef386436d8df..4ba8610314fcb225d932fdc64010c1579b0f841a 100644 --- a/LUFA/Drivers/Peripheral/TWI.h +++ b/LUFA/Drivers/Peripheral/TWI.h @@ -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