aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-19 18:53:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-19 18:53:30 +0000
commit3832182fe1de292998eef73e00511f73af0efa87 (patch)
treec18c2340031ca29e0501534efbb66d5b15d1c25a /LUFA
parente0a3f26978c98573322bdb54d21c5ac374dccdba (diff)
downloadlufa-3832182fe1de292998eef73e00511f73af0efa87.tar.gz
lufa-3832182fe1de292998eef73e00511f73af0efa87.tar.bz2
lufa-3832182fe1de292998eef73e00511f73af0efa87.zip
Fix documentation glitches from the restructuring changes.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Drivers/Misc/AT45DB321C.h2
-rw-r--r--LUFA/Drivers/Misc/AT45DB642D.h2
-rw-r--r--LUFA/Drivers/Peripheral/Serial.h2
-rw-r--r--LUFA/Drivers/Peripheral/TWI.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/Misc/AT45DB321C.h b/LUFA/Drivers/Misc/AT45DB321C.h
index e2b4fd2c4..083268ddc 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 5984fc4ea..923a3b7c4 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 0c6cd86bf..a6fcb44f0 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 e7eb850e3..4ba861031 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