summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/sh/gensh1/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/sh/gensh2/include/coverhd.h8
2 files changed, 14 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/include/coverhd.h b/c/src/lib/libbsp/sh/gensh1/include/coverhd.h
index b4874f5178..c876b73286 100644
--- a/c/src/lib/libbsp/sh/gensh1/include/coverhd.h
+++ b/c/src/lib/libbsp/sh/gensh1/include/coverhd.h
@@ -1,4 +1,10 @@
-/* coverhd.h
+/**
+ * @file
+ * @ingroup sh_gensh1
+ * @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/sh/gensh2/include/coverhd.h b/c/src/lib/libbsp/sh/gensh2/include/coverhd.h
index 3145f09a76..42d3d1e62d 100644
--- a/c/src/lib/libbsp/sh/gensh2/include/coverhd.h
+++ b/c/src/lib/libbsp/sh/gensh2/include/coverhd.h
@@ -1,4 +1,10 @@
-/* coverhd.h
+/**
+ * @file
+ * @ingroup sh_gensh2
+ * @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