doxygen: refactored doxygen in libbsp to illustrate new rule set

This commit is contained in:
Daniel Ramirez
2013-12-09 13:37:48 -06:00
committed by Gedare Bloom
parent 583ef3a5b2
commit 296c74e643
17 changed files with 111 additions and 41 deletions

View File

@@ -1,9 +1,9 @@
/**
* @file
* @ingroup sparc_bsp
* @defgroup sparc_leon3 SPARC LEON3
*
* @ingroup sparc_leon3
* @brief SPARC LEON3 BSP
*
* @brief Global BSP Definitions.
*/
/* bsp.h
@@ -41,6 +41,15 @@ extern "C" {
#include <rtems/console.h>
#include <rtems/irq-extension.h>
/**
* @defgroup sparc_leon3 LEON3 Support
*
* @ingroup bsp_sparc
*
* @brief LEON3 support package
*
*/
/* SPARC CPU variant: LEON3 */
#define LEON3 1