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,3 +1,10 @@
/**
* @file
*
* @brief Dump Buffer
* @ingroup libmisc_dumpbuf Print Memory Buffer
*/
/*
* COPYRIGHT (c) 1997-2007.
* On-Line Applications Research Corporation (OAR).

View File

@@ -17,12 +17,18 @@
#ifndef __DUMP_BUFFER_h
#define __DUMP_BUFFER_h
/**
* @defgroup libmisc_dumpbuf Print Memory Buffer
*
* @ingroup libmisc
*/
/**@{*/
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Print Memory Buffer
* @brief Print memory buffer.
*
* This method prints @a length bytes beginning at @a buffer in
* a nice format similar to what one would expect from a debugger
@@ -39,6 +45,6 @@ void rtems_print_buffer(
#ifdef __cplusplus
}
#endif
/**@}*/
#endif
/* end of include file */