summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:06 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commite858f7049c6407648e624cb43a1819237541fd84 (patch)
treeec6a688ecef9bd271eab37ca652dc172935acb1d /cpukit/libmisc
parentdevfs: Doxygen Warning Removal and Cleanup (diff)
downloadrtems-e858f7049c6407648e624cb43a1819237541fd84.tar.bz2
cpukit: Fix many Doxygen warnings
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/mouse/serial_mouse.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/libmisc/mouse/serial_mouse.h b/cpukit/libmisc/mouse/serial_mouse.h
index e4f0ee4491..307587fd7e 100644
--- a/cpukit/libmisc/mouse/serial_mouse.h
+++ b/cpukit/libmisc/mouse/serial_mouse.h
@@ -49,7 +49,7 @@ extern "C" {
*
* @param[in] major is the mouse device major number
* @param[in] minor is the mouse device minor number
- * @param[in] arguments points to device driver arguments
+ * @param[in] arg points to device driver arguments
*/
rtems_device_driver serial_mouse_initialize(
rtems_device_major_number major,
@@ -65,7 +65,7 @@ rtems_device_driver serial_mouse_initialize(
*
* @param[in] major is the mouse device major number
* @param[in] minor is the mouse device minor number
- * @param[in] arguments points to device driver arguments
+ * @param[in] arg points to device driver arguments
*/
rtems_device_driver serial_mouse_open(
rtems_device_major_number major,
@@ -81,7 +81,7 @@ rtems_device_driver serial_mouse_open(
*
* @param[in] major is the mouse device major number
* @param[in] minor is the mouse device minor number
- * @param[in] arguments points to device driver arguments
+ * @param[in] arg points to device driver arguments
*/
rtems_device_driver serial_mouse_close(
rtems_device_major_number major,
@@ -97,7 +97,7 @@ rtems_device_driver serial_mouse_close(
*
* @param[in] major is the mouse device major number
* @param[in] minor is the mouse device minor number
- * @param[in] arguments points to device driver arguments
+ * @param[in] arg points to device driver arguments
*/
rtems_device_driver serial_mouse_read(
rtems_device_major_number major,
@@ -113,7 +113,7 @@ rtems_device_driver serial_mouse_read(
*
* @param[in] major is the mouse device major number
* @param[in] minor is the mouse device minor number
- * @param[in] arguments points to device driver arguments
+ * @param[in] arg points to device driver arguments
*/
rtems_device_driver serial_mouse_write(
rtems_device_major_number major,
@@ -129,7 +129,7 @@ rtems_device_driver serial_mouse_write(
*
* @param[in] major is the mouse device major number
* @param[in] minor is the mouse device minor number
- * @param[in] arguments points to device driver arguments
+ * @param[in] arg points to device driver arguments
*/
rtems_device_driver serial_mouse_control(
rtems_device_major_number major,