Documentation related improvements.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2306 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-10-30 17:15:16 +00:00
parent da52a1e8ca
commit 5933cc8ee5
5 changed files with 28 additions and 31 deletions

View File

@ -164,9 +164,6 @@
* @details ARM7 specific port code, structures and macros.
*
* @ingroup ARM7
* @file ARM7/chtypes.h Port types.
* @file ARM7/chcore.h Port related structures and macros.
* @file ARM7/chcore.c Port related code.
*/
/**

View File

@ -69,6 +69,13 @@
* @ingroup AVR
*/
/**
* @defgroup AVR_CORE Core Port Implementation
* @details AVR specific port code, structures and macros.
*
* @ingroup AVR
*/
/**
* @defgroup AVR_STARTUP Startup Support
* @details ChibiOS/RT doed not provide startup files for the AVR, there
@ -77,10 +84,3 @@
*
* @ingroup AVR
*/
/**
* @defgroup AVR_CORE AVR Core Implementation
* @details AVR specific port code, structures and macros.
*
* @ingroup AVR
*/

View File

@ -77,6 +77,13 @@
* @ingroup MSP430
*/
/**
* @defgroup MSP430_CORE Core Port Implementation
* @details MSP430 specific port code, structures and macros.
*
* @ingroup MSP430
*/
/**
* @defgroup MSP430_STARTUP Startup Support
* @details ChibiOS/RT doed not provide startup files for the MSP430, there
@ -85,10 +92,3 @@
*
* @ingroup MSP430
*/
/**
* @defgroup MSP430_CORE Core Port Implementation
* @details MSP430 specific port code, structures and macros.
*
* @ingroup MSP430
*/

View File

@ -77,6 +77,13 @@
* @ingroup STM8_RAISONANCE
*/
/**
* @defgroup STM8_RAISONANCE_CORE Core Port Implementation
* @details STM8 specific port code, structures and macros.
*
* @ingroup STM8_RAISONANCE
*/
/**
* @defgroup STM8_RAISONANCE_STARTUP Startup Support
* @details ChibiOS/RT doed not provide startup files for the STM8, there
@ -85,10 +92,3 @@
*
* @ingroup STM8_RAISONANCE
*/
/**
* @defgroup STM8_RAISONANCE_CORE Core Port Implementation
* @details STM8 specific port code, structures and macros.
*
* @ingroup STM8_RAISONANCE
*/

View File

@ -77,6 +77,13 @@
* @ingroup STM8_COSMIC
*/
/**
* @defgroup STM8_COSMIC_CORE Core Port Implementation
* @details STM8 specific port code, structures and macros.
*
* @ingroup STM8_COSMIC
*/
/**
* @defgroup STM8_COSMIC_STARTUP Startup Support
* @details ChibiOS/RT doed not provide startup files for the STM8, there
@ -85,10 +92,3 @@
*
* @ingroup STM8_COSMIC
*/
/**
* @defgroup STM8_COSMIC_CORE Core Port Implementation
* @details STM8 specific port code, structures and macros.
*
* @ingroup STM8_COSMIC
*/