summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/mouse/serial_mouse.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/mouse/serial_mouse.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/cpukit/libmisc/mouse/serial_mouse.h b/cpukit/libmisc/mouse/serial_mouse.h
index a84bf7f916..44d46338d7 100644
--- a/cpukit/libmisc/mouse/serial_mouse.h
+++ b/cpukit/libmisc/mouse/serial_mouse.h
@@ -1,13 +1,15 @@
/**
- * @file rtems/serial_mouse.h
+ * @file
+ *
+ * @brief Serial Mouse Driver
*
- * This file describes the Serial Mouse Driver for all boards.
- * This driver assumes that the BSP or application will provide
- * an implementation of the method bsp_get_serial_mouse_device()
- * which tells the driver what serial port device to open() and
- * what type of mouse is connected.
+ * This file describes the Serial Mouse Driver for all boards.
+ * This driver assumes that the BSP or application will provide
+ * an implementation of the method bsp_get_serial_mouse_device()
+ * which tells the driver what serial port device to open() and
+ * what type of mouse is connected.
*
- * This driver relies on the Mouse Parser Engine.
+ * This driver relies on the Mouse Parser Engine.
*/
/*