summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/btimer.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-28 11:16:29 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-28 11:17:49 -0600
commitc5782a26b304202546a073a036cbe9e00a789307 (patch)
tree49f7b4e2a29da7c9ea713465bfec36cee3f353b9 /cpukit/include/rtems/btimer.h
parentbarrier.h: Use POSIX API Doxygen group (diff)
downloadrtems-c5782a26b304202546a073a036cbe9e00a789307.tar.bz2
Header File Doxygen Enhancement Task #7
Diffstat (limited to 'cpukit/include/rtems/btimer.h')
-rw-r--r--cpukit/include/rtems/btimer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/btimer.h b/cpukit/include/rtems/btimer.h
index 0e02799734..fb38fd68b2 100644
--- a/cpukit/include/rtems/btimer.h
+++ b/cpukit/include/rtems/btimer.h
@@ -1,7 +1,7 @@
/**
* @file rtems/btimer.h
*
- * RTEMS benchmark timer API for all boards.
+ * @brief RTEMS Benchmark Timer API for all Boards
*/
/*
@@ -16,7 +16,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
-
+
/*
* All the functions declared as extern after this comment
* MUST be implemented in each BSP.