From 3d6e1740aec7aff18257d691afd8ef9f6b51acec Mon Sep 17 00:00:00 2001 From: Daniel Ramirez Date: Sat, 21 Dec 2013 15:36:05 -0600 Subject: gumstix: added new doxygen --- c/src/lib/libbsp/arm/gumstix/include/tm27.h | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/arm/gumstix/include/tm27.h') diff --git a/c/src/lib/libbsp/arm/gumstix/include/tm27.h b/c/src/lib/libbsp/arm/gumstix/include/tm27.h index a518e0e639..619db4f8bb 100644 --- a/c/src/lib/libbsp/arm/gumstix/include/tm27.h +++ b/c/src/lib/libbsp/arm/gumstix/include/tm27.h @@ -1,3 +1,9 @@ +/** + * @file + * @ingroup gumstix_tm27 + * @brief tm27 timing test support + */ + /* * tm27.h * @@ -13,8 +19,16 @@ #ifndef __tm27_h #define __tm27_h -/* - * Define the interrupt mechanism for Time Test 27 +/** + * @defgroup gumstix_tm27 tm27 Support + * @ingroup arm_gumstix + * @brief tm27 Timing Test Support + * @{ + */ + +/** + * @name Interrupt mechanisms for Time Test 27 + * @{ */ #define MUST_WAIT_FOR_INTERRUPT 0 @@ -27,4 +41,8 @@ #define Lower_tm27_intr() /* empty */ +/** @} */ + +/** @} */ + #endif -- cgit v1.2.3