aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 18:25:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 18:25:57 +0000
commit8ccb52e4945bbc55b2635aba4c9e65da7a7278c2 (patch)
treebad6b79616290d82a0d5f02e67821acfa152e8eb
parent514ef4d2b4c6e8eed253f7cb4e06d150c8128b8a (diff)
downloadChibiOS-8ccb52e4945bbc55b2635aba4c9e65da7a7278c2.tar.gz
ChibiOS-8ccb52e4945bbc55b2635aba4c9e65da7a7278c2.tar.bz2
ChibiOS-8ccb52e4945bbc55b2635aba4c9e65da7a7278c2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4934 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--docs/Doxyfile_chm3
-rw-r--r--docs/Doxyfile_html3
-rw-r--r--os/ports/GCC/ARMCMx/STM32F3xx/cmparams.h8
-rw-r--r--os/ports/GCC/PPC/port.dox7
4 files changed, 17 insertions, 4 deletions
diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm
index a790222ef..ddea27042 100644
--- a/docs/Doxyfile_chm
+++ b/docs/Doxyfile_chm
@@ -708,6 +708,9 @@ EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \
../os/ports/GCC/SIMIA32 \
../os/hal/platforms \
../os/hal/templates \
+ ../os/various\devices_lib \
+ ../os/various\fatfs_bindings \
+ ../os/various\lwip_bindings \
../test/coverage
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html
index 24263aad4..6ff8aea50 100644
--- a/docs/Doxyfile_html
+++ b/docs/Doxyfile_html
@@ -708,6 +708,9 @@ EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \
../os/ports/GCC/SIMIA32 \
../os/hal/platforms \
../os/hal/templates \
+ ../os/various\devices_lib \
+ ../os/various\fatfs_bindings \
+ ../os/various\lwip_bindings \
../test/coverage
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
diff --git a/os/ports/GCC/ARMCMx/STM32F3xx/cmparams.h b/os/ports/GCC/ARMCMx/STM32F3xx/cmparams.h
index 99b2239ff..540a56c97 100644
--- a/os/ports/GCC/ARMCMx/STM32F3xx/cmparams.h
+++ b/os/ports/GCC/ARMCMx/STM32F3xx/cmparams.h
@@ -19,13 +19,13 @@
*/
/**
- * @file GCC/ARMCMx/STM32F4xx/cmparams.h
- * @brief ARM Cortex-M3 parameters for the STM32F4xx.
+ * @file GCC/ARMCMx/STM32F3xx/cmparams.h
+ * @brief ARM Cortex-M3 parameters for the STM32F3xx.
*
- * @defgroup ARMCMx_STM32F4xx STM32F4xx Specific Parameters
+ * @defgroup ARMCMx_STM32F3xx STM32F3xx Specific Parameters
* @ingroup ARMCMx_SPECIFIC
* @details This file contains the Cortex-M4 specific parameters for the
- * STM32F4xx platform.
+ * STM32F3xx platform.
* @{
*/
diff --git a/os/ports/GCC/PPC/port.dox b/os/ports/GCC/PPC/port.dox
index 670523498..74ce569df 100644
--- a/os/ports/GCC/PPC/port.dox
+++ b/os/ports/GCC/PPC/port.dox
@@ -130,3 +130,10 @@
* .
* @ingroup PPC
*/
+
+/**
+ * @defgroup PPC_SPECIFIC Specific Implementations
+ * @details Platform-specific port code.
+ *
+ * @ingroup PPC
+ */