diff options
-rw-r--r-- | ports/ARM7/port.dox | 2 | ||||
-rw-r--r-- | ports/ARMCM3/port.dox | 2 | ||||
-rw-r--r-- | ports/MSP430/port.dox | 15 |
3 files changed, 14 insertions, 5 deletions
diff --git a/ports/ARM7/port.dox b/ports/ARM7/port.dox index 4efe06089..28ce34ef6 100644 --- a/ports/ARM7/port.dox +++ b/ports/ARM7/port.dox @@ -128,7 +128,7 @@ /** @} */
/**
- * @defgroup ARM7_CORE ARM7 Core Implementation
+ * @defgroup ARM7_CORE Core Port Implementation
* @{
* @brief ARM7 specific port code, structures and macros.
*
diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox index 210982849..e5ba84973 100644 --- a/ports/ARMCM3/port.dox +++ b/ports/ARMCM3/port.dox @@ -97,7 +97,7 @@ /** @} */
/**
- * @defgroup ARMCM3_CORE ARM Cortex-M3 Core Implementation
+ * @defgroup ARMCM3_CORE Core Port Implementation
* @{
* @brief ARM Cortex-M3 specific port code, structures and macros.
*
diff --git a/ports/MSP430/port.dox b/ports/MSP430/port.dox index 15ab33da2..cf6fdd498 100644 --- a/ports/MSP430/port.dox +++ b/ports/MSP430/port.dox @@ -60,7 +60,7 @@ /** @} */
/**
- * @defgroup MSP430_CORE MSP430 Core Implementation
+ * @defgroup MSP430_CORE Core Port Implementation
* @{
* @brief MSP430 specific port code, structures and macros.
*
@@ -69,12 +69,21 @@ /** @} */
/**
+ * @defgroup MSP430_DRIVERS MSP430 Drivers
+ * @{
+ * @brief Device drivers included in the MSP430 support.
+ *
+ * @ingroup MSP430
+ */
+/** @} */
+
+/**
* @defgroup MSP430_SERIAL USART Support
* @{
- * @brief MSP430 USART support.
+ * @brief USART support.
* @details The serial driver supports both the MSP430 USARTs in asynchronous
* mode.
*
- * @ingroup MSP430_CORE
+ * @ingroup MSP430_DRIVERS
*/
/** @} */
|