diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-28 13:17:36 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-28 13:17:36 +0000 |
commit | 5f776f4785960c71f3ac0bd8784b33812a9abc90 (patch) | |
tree | dd2e5ecd6a8a22056fcc548293b61f0ae1ab6b56 /Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt | |
parent | d11ed10c5314c44dc01c06954d1d73d4894cbff8 (diff) | |
download | lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.tar.gz lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.tar.bz2 lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.zip |
Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.
Diffstat (limited to 'Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt')
-rw-r--r-- | Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt b/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt index ff0d8a361..8ffe4d744 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt @@ -26,18 +26,19 @@ * </tr>
* <tr>
* <td><b>USB Class:</b></td>
- * <td>Communications Device Class (CDC)</td>
- * <td>Human Interface Device Class (HID)</td>
+ * <td>Communications Device Class (CDC) \n
+ * Human Interface Device Class (HID)</td>
* </tr>
* <tr>
* <td><b>USB Subclass:</b></td>
- * <td>Abstract Control Model (ACM)</td>
- * <td>Mouse Subclass</td>
+ * <td>Abstract Control Model (ACM) \n
+ * Mouse Subclass</td>
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
* <td>USBIF CDC Class Standard</td>
- * <td>USBIF HID Specification, USBIF HID Usage Tables</td>
+ * <td>USBIF HID Specification \n
+ * USBIF HID Usage Tables</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
|