[dox] fix arch groups

This commit is contained in:
Felix Ruess
2015-04-15 16:28:37 +02:00
parent 4670d97b60
commit 84b0cf7fae
4 changed files with 2 additions and 15 deletions
-11
View File
@@ -1,11 +0,0 @@
/** @page math Math Functions
Add links to specific math docs here...
*/
/**
@defgroup math Math Functions
*/
/** @file
This file contains the @ref math pages.
*/
+1 -2
View File
@@ -23,8 +23,7 @@
/** /**
* @file arch/lpc21/mcu_arch.h * @file arch/lpc21/mcu_arch.h
* @brief lpc21 arch dependant microcontroller initialisation functions. * @brief lpc21 arch dependant microcontroller initialisation functions.
* @defgroup lpc21_arch LPC21 architecture * @addtogroup lpc21_arch LPC21 architecture
* @ingroup lpc21_arch
*/ */
#ifndef LPC21_MCU_ARCH_H #ifndef LPC21_MCU_ARCH_H
+1 -2
View File
@@ -23,8 +23,7 @@
/** /**
* @file arch/stm32/mcu_arch.h * @file arch/stm32/mcu_arch.h
* @brief stm32 arch dependant microcontroller initialisation functions. * @brief stm32 arch dependant microcontroller initialisation functions.
* @defgroup stm32_arch STM32 architecture * @addtogroup stm32_arch STM32 architecture
* @ingroup stm32_arch
*/ */
#ifndef STM32_MCU_ARCH_H #ifndef STM32_MCU_ARCH_H