From 0c0c18ad6917c9684b4a44cd7f59322f43300518 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 Dec 2015 10:11:07 -0600 Subject: m68k/idp: Minor Doxygen Cleanup --- c/src/lib/libbsp/m68k/idp/include/motorola/mc68681.h | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/m68k/idp/include/motorola/mc68681.h') diff --git a/c/src/lib/libbsp/m68k/idp/include/motorola/mc68681.h b/c/src/lib/libbsp/m68k/idp/include/motorola/mc68681.h index 83a7d1f461..47045c8ada 100644 --- a/c/src/lib/libbsp/m68k/idp/include/motorola/mc68681.h +++ b/c/src/lib/libbsp/m68k/idp/include/motorola/mc68681.h @@ -1,15 +1,23 @@ /** - * @file rtems/motorola/mc68681.h + * @file rtems/motorola/mc68681.h * + * @ingroup idp_mc68681 * - * mc68681-duart.h -- Low level support code for the Motorola mc68681 - * DUART. + * @brief Low level support code for the Motorola mc68681 DUART. */ /* * * Originally written by rob@cygnus.com (Rob Savoye) for the libgloss - * IDP support. + * IDP support. + */ + +/** + * @defgroup idp_mc68681 Motorola MC68681 + * + * @ingroup m68k_idp + * + * @brief Support code for Motorola MC68681 DUART */ #ifndef _RTEMS_MOTOROLA_MC68681_H @@ -31,7 +39,7 @@ #define __MC68681_REG(_R) ((_R) * MC68681_OFFSET_MULTIPLIER) /* - * mc68681 register offsets Read/Write Addresses + * mc68681 register offsets Read/Write Addresses */ #define MC68681_MODE_REG_1A __MC68681_REG(0) /* MR1A-MR Prior to Read */ #define MC68681_MODE_REG_2A __MC68681_REG(0) /* MR2A-MR After Read */ -- cgit v1.2.3