lm32_milkymist: improve doxygen

Add doxygen to the header files in the /lm32/milymist/include directory.
This commit is contained in:
Toma
2013-12-24 15:58:18 -06:00
committed by Gedare Bloom
parent 5b4c479572
commit 03d184d0f8
2 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup lm32_milkymist
*
* @brief Global BSP definitions.
*/
/* bsp.h
*
* This include file contains all board IO definitions.
@@ -20,6 +28,14 @@
#include <rtems/console.h>
#include <rtems/clockdrv.h>
/**
* @defgroup lm32_milkymist Milkymist Support
*
* @ingroup bsp_lm32
*
* @brief Milkymist support package.
*/
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup lm32_milkymist
*
* @brief System configuration.
*/
/* system_conf.h
* Global System conf
*