libmisc: Doxygen Clean Up Task #1

Conflicts occured durning this patch and modifications in
the repo were favored over the patch.
This commit is contained in:
Ayush Awasthi
2013-01-04 13:09:14 -06:00
committed by Jennifer Averett
parent 436f86e142
commit a163882dae
12 changed files with 354 additions and 301 deletions

View File

@@ -30,14 +30,14 @@ 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
* or ROM monitor.
* This method prints @a length bytes beginning at @a buffer in
* a nice format similar to what one would expect from a debugger
* or ROM monitor.
*
* @param[in] buffer is the address of the buffer
* @param[in] length is the length of the buffer
* @param[in] buffer is the address of the buffer
* @param[in] length is the length of the buffer
*/
void rtems_print_buffer(
const unsigned char *buffer,