From b094fe9dc11e9aa1f017cb65766a16ecd42432d2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 21 Jan 2009 21:44:42 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@665 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7-AT91SAM7X/port.dox | 2 +- ports/ARM7-LPC214x/port.dox | 2 +- ports/ARMCM3-STM32F103/port.dox | 2 +- ports/ARMCM3/port.dox | 5 +++-- ports/AVR/port.dox | 5 +++-- ports/MSP430/port.dox | 5 +++-- 6 files changed, 12 insertions(+), 9 deletions(-) (limited to 'ports') diff --git a/ports/ARM7-AT91SAM7X/port.dox b/ports/ARM7-AT91SAM7X/port.dox index b62dd3daf..8c72bfbb6 100644 --- a/ports/ARM7-AT91SAM7X/port.dox +++ b/ports/ARM7-AT91SAM7X/port.dox @@ -2,7 +2,7 @@ * @defgroup AT91SAM7X AT91SAM7X Support * @{ * @brief AT91SAM7X specific support. - * The AT91SAM7X support includes: + * @details The AT91SAM7X support includes: * - Buffered, interrupt driven, serial driver. * - EMAC driver with MII support. * - A demo supporting the kernel test suite. diff --git a/ports/ARM7-LPC214x/port.dox b/ports/ARM7-LPC214x/port.dox index 279a92c04..5d7a4a591 100644 --- a/ports/ARM7-LPC214x/port.dox +++ b/ports/ARM7-LPC214x/port.dox @@ -2,7 +2,7 @@ * @defgroup LPC214x LPC214x Support * @{ * @brief LPC214x specific support. - * The LPC214x support includes: + * @details The LPC214x support includes: * - VIC support code. * - Buffered, interrupt driven, serial driver. * - SSP driver. diff --git a/ports/ARMCM3-STM32F103/port.dox b/ports/ARMCM3-STM32F103/port.dox index 4d6e4ec31..08fd2d519 100644 --- a/ports/ARMCM3-STM32F103/port.dox +++ b/ports/ARMCM3-STM32F103/port.dox @@ -2,7 +2,7 @@ * @defgroup STM32F103 STM32F103 Support * @{ * @brief STM32F103 specific support. - * The STM32F103 support includes: + * @details The STM32F103 support includes: * - Buffered, interrupt driven, serial driver. * - A demo supporting the kernel test suite. * diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox index 28372e399..32f52337d 100644 --- a/ports/ARMCM3/port.dox +++ b/ports/ARMCM3/port.dox @@ -69,8 +69,9 @@ * @defgroup ARMCM3_CONF Configuration Options * @{ * @brief ARM Cortex-M3 Configuration Options. - * The ARMCM3 port allows some architecture-specific configurations settings - * that can be specified externally, as example on the compiler command line: + * @details The ARMCM3 port allows some architecture-specific configurations + * settings that can be specified externally, as example on the compiler + * command line: * - @p INT_REQUIRED_STACK, this value represent the amount of stack space used * by an interrupt handler between the @p extctx and @p intctx * structures.
diff --git a/ports/AVR/port.dox b/ports/AVR/port.dox index 2a789c5e4..8f455f208 100644 --- a/ports/AVR/port.dox +++ b/ports/AVR/port.dox @@ -40,8 +40,9 @@ * @defgroup AVR_CONF Configuration Options * @{ * @brief AVR Configuration Options. - * The AVR port allows some architecture-specific configurations settings - * that can be specified externally, as example on the compiler command line: + * @details The AVR port allows some architecture-specific configurations + * settingsthat can be specified externally, as example on the compiler + * command line: * - @p INT_REQUIRED_STACK, this value represent the amount of stack space * used by the interrupt handlers.
* The default for this value is @p 32, this space is allocated for each diff --git a/ports/MSP430/port.dox b/ports/MSP430/port.dox index d35317c75..108a44bd8 100644 --- a/ports/MSP430/port.dox +++ b/ports/MSP430/port.dox @@ -39,8 +39,9 @@ * @defgroup MSP430_CONF Configuration Options * @{ * @brief MSP430 Configuration Options. - * The MSP430 port allows some architecture-specific configurations settings - * that can be specified externally, as example on the compiler command line: + * @details The MSP430 port allows some architecture-specific configurations + * settings that can be specified externally, as example on the compiler + * command line: * - @p INT_REQUIRED_STACK, this value represent the amount of stack space * used by the interrupt handlers.
* The default for this value is @p 32, this space is allocated for each -- cgit v1.2.3