aboutsummaryrefslogtreecommitdiffstats
path: root/ports/AVR
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:29:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:29:36 +0000
commitf85150da74ba830ecd726e190969f3f2507d2a28 (patch)
tree830991e502f9a8b19370555e063444d3a2bc2ecb /ports/AVR
parent6ab7ea31f114af0e0d98494156d456279dd5ecd4 (diff)
downloadChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.tar.gz
ChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.tar.bz2
ChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.zip
Doxygen-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1038 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/AVR')
-rw-r--r--ports/AVR/port.dox16
1 files changed, 3 insertions, 13 deletions
diff --git a/ports/AVR/port.dox b/ports/AVR/port.dox
index 01fe86742..5343037b1 100644
--- a/ports/AVR/port.dox
+++ b/ports/AVR/port.dox
@@ -19,7 +19,6 @@
/**
* @defgroup AVR MegaAVR
- * @{
* @details AVR port details. This section how the ChibiOS/RT features are
* implemented on this architecture.
*
@@ -44,20 +43,18 @@
* - <b>Serving Fast Interrupt</b>. Not present in this architecture.
* - <b>Serving Non-Maskable Interrupt</b>. Not present in this architecture.
* - <b>Halted</b>. Implemented as an infinite loop with interrupts disabled.
- *
+ * .
* @section AVR_NOTES The AVR port notes
* - The AVR does not have a dedicated interrupt stack, make sure to reserve
* enough stack space for interrupts in each thread stack. This can be done
* by modifying the @p INT_REQUIRED_STACK macro into
* <b>./ports/AVR/chcore.h</b>.
- *
+ * .
* @ingroup Ports
*/
-/** @} */
/**
* @defgroup AVR_CONF Configuration Options
- * @{
* @brief AVR Configuration Options.
* @details The AVR port allows some architecture-specific configurations
* settingsthat can be specified externally, as example on the compiler
@@ -67,14 +64,12 @@
* The default for this value is @p 32, this space is allocated for each
* thread so be careful in order to not waste precious RAM space.<br>
* The default value is set into <b>./ports/AVR/chcore.h</b>.
- *
+ * .
* @ingroup AVR
*/
-/** @} */
/**
* @defgroup AVR_CORE AVR Core Implementation
- * @{
* @brief AVR specific port code, structures and macros.
*
* @ingroup AVR
@@ -82,24 +77,19 @@
* @file ports/AVR/chcore.h Port related structures and macros.
* @file ports/AVR/chcore.c Port related code.
*/
-/** @} */
/**
* @defgroup AVR_DRIVERS AVR Drivers
- * @{
* @brief Device drivers included in the AVR support.
*
* @ingroup AVR
*/
-/** @} */
/**
* @defgroup AVR_SERIAL USART Support
- * @{
* @brief USART support.
* @details The serial driver supports both the AVR USARTs in asynchronous
* mode.
*
* @ingroup AVR_DRIVERS
*/
-/** @} */