[rtems commit] libbsp sh: Add Doxygen file header to coverhd.h

Joel Sherrill joel at rtems.org
Tue Jan 14 23:26:58 UTC 2014


Module:    rtems
Branch:    master
Commit:    d7f05338e33ffcb8d330edf0e2e1b3fc644da0aa
Changeset: http://git.rtems.org/rtems/commit/?id=d7f05338e33ffcb8d330edf0e2e1b3fc644da0aa

Author:    Cynthia Rempel <cynt6007 at vandals.uidaho.edu>
Date:      Tue Jan 14 17:34:00 2014 -0600

libbsp sh: Add Doxygen file header to coverhd.h

---

 c/src/lib/libbsp/sh/gensh1/include/coverhd.h |    8 +++++++-
 c/src/lib/libbsp/sh/gensh2/include/coverhd.h |    8 +++++++-
 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 b4874f5..c876b73 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 3145f09..42d3d1e 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




More information about the vc mailing list