From a6500136a9f30603f7dff766d7b98766851c7204 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Wed, 5 Dec 2012 18:16:48 -0500 Subject: rtems misc: Clean up Doxygen GCI Task #7 http://www.google-melange.com/gci/task/view/google/gci2012/7950206 --- cpukit/rtems/src/ratemon.c | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'cpukit/rtems/src/ratemon.c') diff --git a/cpukit/rtems/src/ratemon.c b/cpukit/rtems/src/ratemon.c index d2eba801da..d96a9b0612 100644 --- a/cpukit/rtems/src/ratemon.c +++ b/cpukit/rtems/src/ratemon.c @@ -1,7 +1,11 @@ -/* - * Rate Monotonic Manager - * +/** + * @file * + * @brief Rate Monotonic Manager Initialization + * @ingroup ClassicRateMon + */ + +/* * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * @@ -23,20 +27,6 @@ #include #include -/* - * _Rate_monotonic_Manager_initialization - * - * This routine initializes all Rate Monotonic Manager related - * data structures. - * - * Input parameters: NONE - * - * Output parameters: NONE - * - * NOTE: The Rate Monotonic Manager is built on top of the Watchdog - * Handler. - */ - void _Rate_monotonic_Manager_initialization(void) { _Objects_Initialize_information( -- cgit v1.2.3