summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/dumpbuf
diff options
context:
space:
mode:
authorAyush Awasthi <kolaveridi87@gmail.com>2013-01-04 13:09:14 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-04 13:09:14 -0600
commita163882dae2f2935e19ec96f0d2a85d1c652be35 (patch)
tree8b2ea781569d24496f99d805bd0a04a88b7a29fc /cpukit/libmisc/dumpbuf
parentposix: Doxygen Clean Up Task #2 (diff)
downloadrtems-a163882dae2f2935e19ec96f0d2a85d1c652be35.tar.bz2
libmisc: Doxygen Clean Up Task #1
Conflicts occured durning this patch and modifications in the repo were favored over the patch.
Diffstat (limited to 'cpukit/libmisc/dumpbuf')
-rw-r--r--cpukit/libmisc/dumpbuf/dumpbuf.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/libmisc/dumpbuf/dumpbuf.h b/cpukit/libmisc/dumpbuf/dumpbuf.h
index 02e5304673..6065fb11e2 100644
--- a/cpukit/libmisc/dumpbuf/dumpbuf.h
+++ b/cpukit/libmisc/dumpbuf/dumpbuf.h
@@ -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,