Update to doxygen comments to fix promiscuity problem (see later)

This commit is contained in:
Ken Sarkies
2012-08-18 13:32:48 +09:30
parent 0e5e451e22
commit 70b2376c9f
3 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
/** @defgroup STM32F_nvic_f1_defines STM32F NVIC Defines
@brief <b>Defined Constants and Types for the STM32F1xx Nested Vectored Interrupt Controller</b>
@ingroup STM32F_defines
@version 1.0.0
@author @htmlonly &copy; @endhtmlonly 2010 Thomas Otto <tommi@viadmin.org>
@date 18 August 2012
LGPL License Terms @ref lgpl_license
*/
/*
* This file is part of the libopencm3 project.
*

View File

@@ -1,9 +1,9 @@
/** @file
@ingroup STM32F
/** @defgroup STM32F_nvic_defines STM32F NVIC Defines
@brief <b>libopencm3 STM32F Nested Vectored Interrupt Controller</b>
@ingroup STM32F_defines
@version 1.0.0
@author @htmlonly &copy; @endhtmlonly 2010 Piotr Esden-Tempski <piotr@esden.net>