summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/dumpbuf/dumpbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/dumpbuf/dumpbuf.h')
-rw-r--r--cpukit/libmisc/dumpbuf/dumpbuf.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/cpukit/libmisc/dumpbuf/dumpbuf.h b/cpukit/libmisc/dumpbuf/dumpbuf.h
index d03274a1bc..6065fb11e2 100644
--- a/cpukit/libmisc/dumpbuf/dumpbuf.h
+++ b/cpukit/libmisc/dumpbuf/dumpbuf.h
@@ -1,6 +1,8 @@
/**
- * @file rtems/dumpbuf.h
+ * @file
*
+ * @brief Print a Memory Buffer
+ *
* This file defines the interface to the RTEMS methods to print a
* memory buffer in a style similar to many ROM monitors and debuggers.
*/
@@ -28,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,