summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h8
7 files changed, 49 insertions, 7 deletions
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