libmisc: Doxygen Enhancement Task #1

This commit is contained in:
Mathew Kallada
2012-12-21 11:13:06 -06:00
committed by Jennifer Averett
parent 72c686167d
commit f5f2676824
29 changed files with 247 additions and 81 deletions

View File

@@ -1,6 +1,13 @@
/*
* CPU Usage Reporter - Shared Data
/**
* @file
*
* @brief CPU Usage Data
* @ingroup libmisc_cpuuse CPU Usage
*
* CPU Usage Reporter - Shared Data
*/
/*
* COPYRIGHT (c) 1989-2009
* On-Line Applications Research Corporation (OAR).
*

View File

@@ -1,6 +1,11 @@
/*
* CPU Usage Reporter
/**
* @file
*
* @brief CPU Usage Report
* @ingroup libmisc_cpuuse CPU Usage
*/
/*
* COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*

View File

@@ -1,6 +1,11 @@
/*
* CPU Usage Reporter
/**
* @file
*
* @brief CPU Usage Reset
* @ingroup libmisc_cpuuse CPU Usage
*/
/*
* COPYRIGHT (c) 1989-2009
* On-Line Applications Research Corporation (OAR).
*

View File

@@ -24,6 +24,12 @@
#include <rtems/score/timestamp.h>
#endif
/**
* @defgroup libmisc_cpuuse CPU Usage
*
* @ingroup libmisc
*/
/**@{*/
#ifdef __cplusplus
extern "C" {
#endif
@@ -43,14 +49,18 @@ void rtems_cpu_usage_report_with_plugin(
rtems_printk_plugin_t handler
);
/*
* rtems_cpu_usage_report
/**
* @brief Report CPU usage.
*
* CPU Usage Reporter
*/
void rtems_cpu_usage_report( void );
/*
* rtems_cpu_usage_reset
/**
* @brief Reset CPU usage.
*
* CPU Usage Reporter
*/
void rtems_cpu_usage_reset( void );
@@ -58,6 +68,6 @@ void rtems_cpu_usage_reset( void );
#ifdef __cplusplus
}
#endif
/**@}*/
#endif
/* end of include file */