diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-16 18:10:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-16 18:10:15 +0000 |
commit | 8a377b7e20fd9550cd0a3ac34a85181c38297003 (patch) | |
tree | da1a32acff5f3b18534d93d673c7d5d176284eb2 /os | |
parent | 0c1c2eff08b36bf2d4b44e26c5d39c2f086029e1 (diff) | |
download | ChibiOS-8a377b7e20fd9550cd0a3ac34a85181c38297003.tar.gz ChibiOS-8a377b7e20fd9550cd0a3ac34a85181c38297003.tar.bz2 ChibiOS-8a377b7e20fd9550cd0a3ac34a85181c38297003.zip |
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4932 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/hal.dox | 4 | ||||
-rw-r--r-- | os/ports/GCC/ARMCMx/SAM4L/vectors.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/hal.dox b/os/hal/hal.dox index 1ac733957..accb8fcc9 100644 --- a/os/hal/hal.dox +++ b/os/hal/hal.dox @@ -20,7 +20,7 @@ /**
* @defgroup IO HAL
- * @brief Hardware Abstraction Layer.
+ * @brief Hardware Abstraction Layer.
* @details Under ChibiOS/RT the set of the various device driver interfaces
* is called the HAL subsystem: Hardware Abstraction Layer. The HAL is the
* abstract interface between ChibiOS/RT application and hardware.
@@ -73,7 +73,7 @@ /**
* @defgroup HAL_CONF Configuration
- * @brief @ref HAL Configuration.
+ * @brief HAL Configuration.
* @details The file @p halconf.h contains the high level settings for all
* the drivers supported by the HAL. The low level, platform dependent,
* settings are contained in the @p mcuconf.h file instead and are describe
diff --git a/os/ports/GCC/ARMCMx/SAM4L/vectors.c b/os/ports/GCC/ARMCMx/SAM4L/vectors.c index 2bb769291..55fa525fc 100644 --- a/os/ports/GCC/ARMCMx/SAM4L/vectors.c +++ b/os/ports/GCC/ARMCMx/SAM4L/vectors.c @@ -22,7 +22,7 @@ * @file GCC/ARMCMx/SAM4L/vectors.c
* @brief Interrupt vectors for the ATSAM4L family.
*
- * @defgroup ARMCMx_STM32F4xx_VECTORS ATSAM4L Interrupt Vectors
+ * @defgroup ARMCMx_SAM4L_VECTORS ATSAM4L Interrupt Vectors
* @ingroup ARMCMx_SPECIFIC
* @details Interrupt vectors for the ATSAM4L family.
* @{
|