- Corrected some comments to resolve doxygen warnings.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@150 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2016-08-09 11:25:40 +00:00
parent 7f61e30e51
commit 1a13d87c54
12 changed files with 20 additions and 20 deletions

View File

@ -1,5 +1,5 @@
/**
\defgroup Boot_ARMCM3_STM32_Nucleo_STM32F103RB_GNU_ARM_GCC User Program
\defgroup Prog_ARMCM3_STM32_Nucleo_STM32F103RB_GNU_ARM_GCC User Program
\brief User Program.
\ingroup ARMCM3_STM32_Nucleo_STM32F103RB_GNU_ARM_GCC
*/

View File

@ -1,5 +1,5 @@
/************************************************************************************//**
* \file Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Prog\timer.c
* \file Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Prog\time.c
* \brief Timer driver source file.
* \ingroup Prog_HCS12_Evbplus_Dragon12p_CodeWarrior
* \internal

View File

@ -1,5 +1,5 @@
/************************************************************************************//**
* \file Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Prog\timer.h
* \file Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Prog\time.h
* \brief Timer driver header file.
* \ingroup Prog_HCS12_Evbplus_Dragon12p_CodeWarrior
* \internal

View File

@ -1,6 +1,6 @@
/************************************************************************************//**
* \file Source\ARMCM0_STM32\flash.c
* \brief Bootloader flash driver source file.
* \file Source\ARMCM0_STM32\flash.h
* \brief Bootloader flash driver header file.
* \ingroup Target_ARMCM0_STM32
* \internal
*----------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/************************************************************************************//**
* \file Source\ARMCM3_EFM32\flash.c
* \brief Bootloader flash driver source file.
* \file Source\ARMCM3_EFM32\flash.h
* \brief Bootloader flash driver header file.
* \ingroup Target_ARMCM3_EFM32
* \internal
*----------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/************************************************************************************//**
* \file Source\ARMCM3_LM3S\flash.c
* \brief Bootloader flash driver source file.
* \file Source\ARMCM3_LM3S\flash.h
* \brief Bootloader flash driver header file.
* \ingroup Target_ARMCM3_LM3S
* \internal
*----------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/************************************************************************************//**
* \file Source\ARMCM3_STM32\flash.c
* \brief Bootloader flash driver source file.
* \file Source\ARMCM3_STM32\flash.h
* \brief Bootloader flash driver header file.
* \ingroup Target_ARMCM3_STM32
* \internal
*----------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/************************************************************************************//**
* \file Source\ARMCM3_STM32F2\flash.c
* \brief Bootloader flash driver source file.
* \file Source\ARMCM3_STM32F2\flash.h
* \brief Bootloader flash driver header file.
* \ingroup Target_ARMCM3_STM32F2
* \internal
*----------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/************************************************************************************//**
* \file Source\ARMCM4_STM32\flash.c
* \brief Bootloader flash driver source file.
* \file Source\ARMCM4_STM32\flash.h
* \brief Bootloader flash driver header file.
* \ingroup Target_ARMCM4_STM32
* \internal
*----------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/************************************************************************************//**
* \file Source\ARMCM4_TM4C\flash.c
* \brief Bootloader flash driver source file.
* \file Source\ARMCM4_TM4C\flash.h
* \brief Bootloader flash driver header file.
* \ingroup Target_ARMCM4_TM4C
* \internal
*----------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/************************************************************************************//**
* \file Source\HCS12\flash.c
* \brief Bootloader flash driver source file.
* \file Source\HCS12\flash.h
* \brief Bootloader flash driver header file.
* \ingroup Target_HCS12
* \internal
*----------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/************************************************************************************//**
* \file Source\TRICORE_TC1798\flash.h
* \brief Bootloader flash driver source file.
* \brief Bootloader flash driver header file.
* \ingroup Target_TRICORE_TC1798
* \internal
*----------------------------------------------------------------------------------------