erc32: improve doxygen

Add doxygen to the bsp.h, tm27.h, erc32.h and irq.h files.
This commit is contained in:
Toma Radu
2013-12-04 14:45:12 -06:00
committed by Gedare Bloom
parent 5b3dc6824d
commit 25026906c5
4 changed files with 25 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
/**
* @file
* @defgroup sparc_erc32 SPARC ERC32
* @ingroup bsp_kit
* @brief SPARC ERC32 BSP
*/
/* bsp.h
*
* This include file contains all SPARC simulator definitions.

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_erc32
* @brief ERC32 generic shared IRQ setup
*/
/* ERC32 generic shared IRQ setup
*
* Based on libbsp/shared/include/irq.h.

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_erc32
* @brief Contains information pertaining to the ERC32
*/
/* erc32.h
*
* This include file contains information pertaining to the ERC32.

View File

@@ -1,3 +1,9 @@
/**
* @file
* @ingroup sparc_erc32
* @brief Implementations for interrupt mechanisms for Time Test 27
*/
/*
* tm27.h
*