Doxygen style blocks corrected

This commit is contained in:
BuFran
2013-07-05 12:46:07 +02:00
committed by Piotr Esden-Tempski
parent 62e6635992
commit 68ee13be4b
15 changed files with 768 additions and 729 deletions

View File

@@ -1,15 +1,15 @@
/** @defgroup crc_defines CRC Defines
@brief <b>libopencm3 Defined Constants and Types for the STM32F3xx CRC
Generator </b>
@ingroup STM32F3xx_defines
@version 1.0.0
@date 18 August 2012
LGPL License Terms @ref lgpl_license
*
* @brief <b>libopencm3 Defined Constants and Types for the STM32F3xx CRC
* Generator </b>
*
* @ingroup STM32F3xx_defines
*
* @version 1.0.0
*
* @date 18 August 2012
*
* LGPL License Terms @ref lgpl_license
*/
/*
* This file is part of the libopencm3 project.

View File

@@ -1,14 +1,14 @@
/** @defgroup dac_defines DAC Defines
@brief <b>Defined Constants and Types for the STM32F3xx DAC</b>
@ingroup STM32F3xx_defines
@version 1.0.0
@date 5 December 2012
LGPL License Terms @ref lgpl_license
*
* @brief <b>Defined Constants and Types for the STM32F3xx DAC</b>
*
* @ingroup STM32F3xx_defines
*
* @version 1.0.0
*
* @date 5 December 2012
*
* LGPL License Terms @ref lgpl_license
*/
/*

View File

@@ -1,14 +1,14 @@
/** @defgroup dma_defines DMA Defines
@ingroup STM32F3xx_defines
@brief Defined Constants and Types for the STM32F3xx DMA Controller
@version 1.0.0
@date 30 November 2012
LGPL License Terms @ref lgpl_license
*
* @ingroup STM32F3xx_defines
*
* @brief Defined Constants and Types for the STM32F3xx DMA Controller
*
* @version 1.0.0
*
* @date 30 November 2012
*
* LGPL License Terms @ref lgpl_license
*/
/*

View File

@@ -1,14 +1,15 @@
/** @defgroup gpio_defines GPIO Defines
@brief <b>Defined Constants and Types for the STM32F3xx General Purpose I/O</b>
@ingroup STM32F3xx_defines
@version 1.0.0
@date 1 July 2012
LGPL License Terms @ref lgpl_license
*
* @brief <b>Defined Constants and Types for the STM32F3xx General Purpose
* I/O</b>
*
* @ingroup STM32F3xx_defines
*
* @version 1.0.0
*
* @date 1 July 2012
*
* LGPL License Terms @ref lgpl_license
*/
/*

View File

@@ -1,14 +1,14 @@
/** @defgroup i2c_defines I2C Defines
@brief <b>Defined Constants and Types for the STM32F4xx I2C </b>
@ingroup STM32F4xx_defines
@version 1.0.0
@date 12 October 2012
LGPL License Terms @ref lgpl_license
*
* @brief <b>Defined Constants and Types for the STM32F4xx I2C </b>
*
* @ingroup STM32F4xx_defines
*
* @version 1.0.0
*
* @date 12 October 2012
*
* LGPL License Terms @ref lgpl_license
*/
/*
@@ -41,9 +41,8 @@ LGPL License Terms @ref lgpl_license
/* I2C register base addresses (for convenience) */
/*****************************************************************************/
/** @defgroup i2c_reg_base I2C register base address
@ingroup i2c_defines
@{*/
* @ingroup i2c_defines
* @{*/
#define I2C1 I2C1_BASE
#define I2C2 I2C2_BASE
/**@}*/

View File

@@ -1,15 +1,15 @@
/** @defgroup iwdg_defines IWDG Defines
@brief <b>Defined Constants and Types for the STM32F3xx Independent Watchdog
Timer</b>
@ingroup STM32F3xx_defines
@version 1.0.0
@date 18 August 2012
LGPL License Terms @ref lgpl_license
*
* @brief <b>Defined Constants and Types for the STM32F3xx Independent Watchdog
* Timer</b>
*
* @ingroup STM32F3xx_defines
*
* @version 1.0.0
*
* @date 18 August 2012
*
* LGPL License Terms @ref lgpl_license
*/
/*
* This file is part of the libopencm3 project.

View File

@@ -1,14 +1,14 @@
/** @defgroup spi_defines SPI Defines
@brief <b>Defined Constants and Types for the STM32F3xx SPI</b>
@ingroup STM32F3xx_defines
@version 1.0.0
@date 5 December 2012
LGPL License Terms @ref lgpl_license
*
* @brief <b>Defined Constants and Types for the STM32F3xx SPI</b>
*
* @ingroup STM32F3xx_defines
*
* @version 1.0.0
*
* @date 5 December 2012
*
* LGPL License Terms @ref lgpl_license
*/
/*
@@ -37,9 +37,9 @@ LGPL License Terms @ref lgpl_license
/* DFF: Data frame format */
/****************************************************************************/
/** @defgroup spi_dff SPI data frame format
@ingroup spi_defines
@{*/
* @ingroup spi_defines
*
* @{*/
#define SPI_DR8(spi_base) MMIO8(spi_base + 0x0c)
#define SPI1_DR8 SPI_DR8(SPI1_BASE)

View File

@@ -1,16 +1,16 @@
/** @defgroup timer_defines Timer Defines
@brief <b>libopencm3 Defined Constants and Types for the STM32F3xx Timers</b>
@ingroup STM32F3xx_defines
@version 1.0.0
@date 8 March 2013
@author @htmlonly &copy; @endhtmlonly 2011 Fergus Noble <fergusnoble@gmail.com>
LGPL License Terms @ref lgpl_license
*
* @brief <b>libopencm3 Defined Constants and Types for the STM32F3xx Timers</b>
*
* @ingroup STM32F3xx_defines
*
* @version 1.0.0
*
* @date 8 March 2013
*
* @author @htmlonly &copy; @endhtmlonly 2011 Fergus Noble <fergusnoble@gmail.com>
*
* LGPL License Terms @ref lgpl_license
*/
/*
* This file is part of the libopencm3 project.

View File

@@ -1,14 +1,14 @@
/** @defgroup usart_defines USART Defines
@brief <b>Defined Constants and Types for the STM32F3xx USART</b>
@ingroup STM32F3xx_defines
@version 1.0.0
@date 5 December 2012
LGPL License Terms @ref lgpl_license
*
* @brief <b>Defined Constants and Types for the STM32F3xx USART</b>
*
* @ingroup STM32F3xx_defines
*
* @version 1.0.0
*
* @date 5 December 2012
*
* LGPL License Terms @ref lgpl_license
*/
/*