lm32_evr: improve doxygen

Add doxygen to the header files in the /lm32/lm32_evr/include directory.
This commit is contained in:
Toma
2013-12-24 13:13:13 -06:00
committed by Gedare Bloom
parent 997f22342c
commit 5b4c479572
4 changed files with 40 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup lm32_evr
*
* @brief Global BSP definitions.
*/
/* bsp.h /* bsp.h
* *
* This include file contains all board IO definitions. * This include file contains all board IO definitions.
@@ -26,6 +34,14 @@
#include <rtems/console.h> #include <rtems/console.h>
#include <rtems/clockdrv.h> #include <rtems/clockdrv.h>
/**
* @defgroup lm32_evr EVR Support
*
* @ingroup bsp_lm32
*
* @brief EVR support package.
*/
#if defined(RTEMS_NETWORKING) #if defined(RTEMS_NETWORKING)
#include <rtems/rtems_bsdnet.h> #include <rtems/rtems_bsdnet.h>
#endif #endif

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup lm32_evr
*
* @brief C overhead definitions.
*/
/* coverhd.h /* coverhd.h
* *
* This include file has defines to represent the overhead associated * This include file has defines to represent the overhead associated

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup lm32_evr
*
* @brief System configuration.
*/
#ifndef __SYSTEM_CONFIG_H_ #ifndef __SYSTEM_CONFIG_H_
#define __SYSTEM_CONFIG_H_ #define __SYSTEM_CONFIG_H_

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup lm32_evr
*
* @brief TM27 timing test routines.
*/
/* /*
* tm27.h * tm27.h
* *