From d7f05338e33ffcb8d330edf0e2e1b3fc644da0aa Mon Sep 17 00:00:00 2001 From: Cynthia Rempel Date: Tue, 14 Jan 2014 17:34:00 -0600 Subject: [PATCH] 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 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