aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-28 13:17:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-28 13:17:36 +0000
commit5f776f4785960c71f3ac0bd8784b33812a9abc90 (patch)
treedd2e5ecd6a8a22056fcc548293b61f0ae1ab6b56 /Demos/Host
parentd11ed10c5314c44dc01c06954d1d73d4894cbff8 (diff)
downloadlufa-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/Host')
-rw-r--r--Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt6
-rw-r--r--Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt6
-rw-r--r--Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt8
-rw-r--r--Demos/Host/ClassDriver/MouseHost/MouseHost.txt6
-rw-r--r--Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt6
-rw-r--r--Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt6
-rw-r--r--Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt4
-rw-r--r--Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt6
-rw-r--r--Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt6
-rw-r--r--Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt6
-rw-r--r--Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt6
-rw-r--r--Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt8
-rw-r--r--Demos/Host/LowLevel/MouseHost/MouseHost.txt6
-rw-r--r--Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt6
-rw-r--r--Demos/Host/LowLevel/PrinterHost/PrinterHost.txt9
-rw-r--r--Demos/Host/LowLevel/StillImageHost/StillImageHost.txt4
16 files changed, 60 insertions, 39 deletions
diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt b/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt
index 4d5888937..3a24de07b 100644
--- a/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt
+++ b/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt b/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt
index b7d56c025..3fbe1b4e7 100644
--- a/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt
+++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt b/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt
index 8dd5d9dd6..bb494cfbe 100644
--- a/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt
+++ b/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt
@@ -31,10 +31,10 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF Mass Storage Standard</td>
- * <td>USB Bulk-Only Transport Standard</td>
- * <td>SCSI Primary Commands Specification</td>
- * <td>SCSI Block Commands Specification</td>
+ * <td>USBIF Mass Storage Standard \n
+ * USB Bulk-Only Transport Standard \n
+ * SCSI Primary Commands Specification \n
+ * SCSI Block Commands Specification</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
diff --git a/Demos/Host/ClassDriver/MouseHost/MouseHost.txt b/Demos/Host/ClassDriver/MouseHost/MouseHost.txt
index bcbd05783..afe948fd9 100644
--- a/Demos/Host/ClassDriver/MouseHost/MouseHost.txt
+++ b/Demos/Host/ClassDriver/MouseHost/MouseHost.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt
index a6f05ac40..3eec2a57d 100644
--- a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt
+++ b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt
index 484241df2..c31fc9550 100644
--- a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt
+++ b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF Printer Class Specification, PCL Language Specification</td>
+ * <td>USBIF Printer Class Specification \n
+ * PCL Language Specification</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt b/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt
index 71a425689..10a99e111 100644
--- a/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt
+++ b/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt
@@ -31,8 +31,8 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF Still Image Class Specification</td>
- * <td>PIMA 15740 Specification</td>
+ * <td>USBIF Still Image Class Specification \n
+ * PIMA 15740 Specification</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
diff --git a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt
index 6a17fc583..1495558d6 100644
--- a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt
+++ b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt b/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt
index 4d5888937..3a24de07b 100644
--- a/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt
+++ b/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt b/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt
index 10406ec26..c19620fc9 100644
--- a/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt
+++ b/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt
index b7d56c025..3fbe1b4e7 100644
--- a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt
+++ b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt
index 8dd5d9dd6..bb494cfbe 100644
--- a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt
+++ b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt
@@ -31,10 +31,10 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF Mass Storage Standard</td>
- * <td>USB Bulk-Only Transport Standard</td>
- * <td>SCSI Primary Commands Specification</td>
- * <td>SCSI Block Commands Specification</td>
+ * <td>USBIF Mass Storage Standard \n
+ * USB Bulk-Only Transport Standard \n
+ * SCSI Primary Commands Specification \n
+ * SCSI Block Commands Specification</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
diff --git a/Demos/Host/LowLevel/MouseHost/MouseHost.txt b/Demos/Host/LowLevel/MouseHost/MouseHost.txt
index bcbd05783..afe948fd9 100644
--- a/Demos/Host/LowLevel/MouseHost/MouseHost.txt
+++ b/Demos/Host/LowLevel/MouseHost/MouseHost.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
index a6f05ac40..3eec2a57d 100644
--- a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
+++ b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
@@ -31,11 +31,13 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></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>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </tr>
* </table>
*
diff --git a/Demos/Host/LowLevel/PrinterHost/PrinterHost.txt b/Demos/Host/LowLevel/PrinterHost/PrinterHost.txt
index 484241df2..552a87828 100644
--- a/Demos/Host/LowLevel/PrinterHost/PrinterHost.txt
+++ b/Demos/Host/LowLevel/PrinterHost/PrinterHost.txt
@@ -31,12 +31,11 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF Printer Class Specification, PCL Language Specification</td>
- * </tr>
- * <tr>
- * <td><b>Usable Speeds:</b></td>
- * <td>Low Speed Mode, Full Speed Mode</td>
+ * <td>USBIF Printer Class Specification \n
+ * PCL Language Specification</td>
* </tr>
+ * <td>Low Speed Mode \n
+ * Full Speed Mode</td>
* </table>
*
* \section SSec_Description Project Description:
diff --git a/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt b/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt
index 71a425689..10a99e111 100644
--- a/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt
+++ b/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt
@@ -31,8 +31,8 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF Still Image Class Specification</td>
- * <td>PIMA 15740 Specification</td>
+ * <td>USBIF Still Image Class Specification \n
+ * PIMA 15740 Specification</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>