From 279d83d33a84c66149d3f32d52216b7baaa48e21 Mon Sep 17 00:00:00 2001 From: Cynthia Rempel Date: Tue, 14 Jan 2014 17:33:48 -0600 Subject: libbsp powerpc: Add Doxygen file header to coverhd.h --- c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h | 8 +++++++- c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h | 8 +++++++- c/src/lib/libbsp/powerpc/psim/include/coverhd.h | 8 +++++++- c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h | 8 +++++++- c/src/lib/libbsp/powerpc/virtex/include/coverhd.h | 8 +++++++- c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h | 8 +++++++- c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h | 8 +++++++- 7 files changed, 49 insertions(+), 7 deletions(-) (limited to 'c/src/lib') diff --git a/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h b/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h index 025488c730..ff43656565 100644 --- a/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h +++ b/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h @@ -1,4 +1,10 @@ -/* coverhd.h +/** + * @file + * @ingroup powerpc_haleakala + * @brief C Overhead definitions + */ + +/* * * This include file has defines to represent the overhead associated * with calling a particular directive from C. These are used in the diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h index b3271c078a..4b74481fd8 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h +++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h @@ -1,4 +1,10 @@ -/* coverhd.h +/** + * @file + * @ingroup powerpc_mbx8xx + * @brief C Overhead definitions + */ + +/* * * This include file has defines to represent the overhead associated * with calling a particular directive from C. These are used in the diff --git a/c/src/lib/libbsp/powerpc/psim/include/coverhd.h b/c/src/lib/libbsp/powerpc/psim/include/coverhd.h index 025488c730..1a5b79b68c 100644 --- a/c/src/lib/libbsp/powerpc/psim/include/coverhd.h +++ b/c/src/lib/libbsp/powerpc/psim/include/coverhd.h @@ -1,4 +1,10 @@ -/* coverhd.h +/** + * @file + * @ingroup powerpc_psim + * @brief C Overhead definitions + */ + +/* * * This include file has defines to represent the overhead associated * with calling a particular directive from C. These are used in the diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h index 0d0f5b4478..234f99b6a4 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h +++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h @@ -1,4 +1,10 @@ -/* coverhd.h +/** + * @file + * @ingroup powerpc_tqm8xx + * @brief C Overhead definitions + */ + +/* * * This include file has defines to represent the overhead associated * with calling a particular directive from C. These are used in the diff --git a/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h index 025488c730..df7416252c 100644 --- a/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h +++ b/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h @@ -1,4 +1,10 @@ -/* coverhd.h +/** + * @file + * @ingroup powerpc_virtex + * @brief C Overhead definitions + */ + +/* * * This include file has defines to represent the overhead associated * with calling a particular directive from C. These are used in the diff --git a/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h index 025488c730..7b0cf42f57 100644 --- a/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h +++ b/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h @@ -1,4 +1,10 @@ -/* coverhd.h +/** + * @file + * @ingroup powerpc_virtex4 + * @brief C Overhead definitions + */ + +/* * * This include file has defines to represent the overhead associated * with calling a particular directive from C. These are used in the diff --git a/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h index 025488c730..ea068f7899 100644 --- a/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h +++ b/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h @@ -1,4 +1,10 @@ -/* coverhd.h +/** + * @file + * @ingroup powerpc_virtex5 + * @brief C Overhead definitions + */ + +/* * * This include file has defines to represent the overhead associated * with calling a particular directive from C. These are used in the -- cgit v1.2.3