Upgrade doxygen configuration files to the latest version.
[pub/lufa.git] / Demos / Host / ClassDriver / VirtualSerialHost / VirtualSerialHost.txt
index 6b00675..1e1f9f1 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  The following list indicates what microcontrollers are compatible with this demo.
  *
- *  - Series 7 USB AVRs (AT90USBxxx7)
+ *  \li Series 7 USB AVRs (AT90USBxxx7)
  *
  *  \section Sec_Info USB Information:
  *
@@ -34,7 +34,7 @@
  *    <td>USBIF CDC Class Standard</td>
  *   </tr>
  *   <tr>
- *    <td><b>Usable Speeds:</b></td>
+ *    <td><b>Supported USB Speeds:</b></td>
  *    <td>Full Speed Mode</td>
  *   </tr>
  *  </table>
@@ -46,7 +46,7 @@
  *
  *  This demo prints out received CDC data through the serial port.
  *
- *  Not that this demo is only compatible with devices which report the correct CDC
+ *  Note that this demo is only compatible with devices which report the correct CDC
  *  and ACM class, subclass and protocol values. Most USB-Serial cables have vendor
  *  specific features, thus use vendor-specific class/subclass/protocol codes to force
  *  the user to use specialized drivers. This demo is not compatible with such devices.