lm32: Enhance Doxygen #2

This commit is contained in:
Chirayu Desai
2013-12-23 22:36:34 +05:30
committed by Gedare Bloom
parent c541862e73
commit 9dc999af01
3 changed files with 29 additions and 10 deletions

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup lm32_shared lm32_uart
* @brief LatticeMico32 UART definitions
*/
/*
* This file contains definitions for LatticeMico32 UART
*
@@ -12,6 +18,13 @@
* Micro-Research Finland Oy
*/
/**
* @defgroup lm32_uart LM32 UART
* @ingroup lm32_shared
* @brief LatticeMico32 UART definitions
* @{
*/
#ifndef _BSPUART_H
#define _BSPUART_H
@@ -85,3 +98,5 @@ void BSP_uart_init(int baud);
#define LM32_UART_DIV (0x001C)
#endif /* _BSPUART_H */
/** @} */

View File

@@ -1,6 +1,6 @@
/**
* @file
* @ingroup lm32_milkymist_uart lm32_milkymist_shared
* @ingroup lm32_uart lm32_milkymist_shared
* @brief Milkymist UART definitions
*/
@@ -12,13 +12,6 @@
* http://www.rtems.com/license/LICENSE.
*/
/**
* @defgroup lm32_milkymist_uart Milkymist UART
* @ingroup lm32_milkymist_shared
* @brief Milkymist UART definitions
* @{
*/
#ifndef _BSPUART_H
#define _BSPUART_H
@@ -27,5 +20,3 @@ void BSP_uart_polled_write(char ch);
int BSP_uart_polled_read(void);
#endif /* _BSPUART_H */
/** @} */

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup lm32_milkymist_flash lm32_milkymist_shared
* @brief Milkymist Flash
*/
/* milkymist_flash.h
*
* Copyright (C) 2010 Sebastien Bourdeauducq
@@ -8,6 +14,13 @@
*
*/
/**
* @defgroup lm32_milkymist_flash Milkymist Flash
* @ingroup lm32_milkymist_shared
* @brief Milkymist Flash
* @{
*/
#ifndef __MILKYMIST_FLASH_H_
#define __MILKYMIST_FLASH_H_