- 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. \brief User Program.
\ingroup ARMCM3_STM32_Nucleo_STM32F103RB_GNU_ARM_GCC \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. * \brief Timer driver source file.
* \ingroup Prog_HCS12_Evbplus_Dragon12p_CodeWarrior * \ingroup Prog_HCS12_Evbplus_Dragon12p_CodeWarrior
* \internal * \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. * \brief Timer driver header file.
* \ingroup Prog_HCS12_Evbplus_Dragon12p_CodeWarrior * \ingroup Prog_HCS12_Evbplus_Dragon12p_CodeWarrior
* \internal * \internal

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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