Add script reading bootloader flags
[pub/lufa.git] / Projects / MIDIToneGenerator / MIDIToneGenerator.txt
index 6332a24..7d0f019 100644 (file)
@@ -10,9 +10,9 @@
  *
  *  The following list indicates what microcontrollers are compatible with this project.
  *
- *  - Series 7 USB AVRs (AT90USBxxx7)
- *  - Series 6 USB AVRs (AT90USBxxx6)
- *  - Series 4 USB AVRs (ATMEGAxxU4)
+ *  \li Series 7 USB AVRs (AT90USBxxx7)
+ *  \li Series 6 USB AVRs (AT90USBxxx6)
+ *  \li Series 4 USB AVRs (ATMEGAxxU4)
  *
  *  \section Sec_Info USB Information:
  *
@@ -38,7 +38,7 @@
  *        General MIDI Specification</td>
  *   </tr>
  *   <tr>
- *    <td><b>Usable Speeds:</b></td>
+ *    <td><b>Supported USB Speeds:</b></td>
  *    <td>Full Speed Mode</td>
  *   </tr>
  *  </table>
  *
  *  <table>
  *   <tr>
- *    <td><b>Define Name:</b></td>
- *    <td><b>Location:</b></td>
- *    <td><b>Description:</b></td>
+ *    <th><b>Define Name:</b></th>
+ *    <th><b>Location:</b></th>
+ *    <th><b>Description:</b></th>
  *   </tr>
  *   <tr>
  *    <td>MAX_SIMULTANEOUS_NOTES</td>
- *    <td>MIDIToneGenerator.h</td>
+ *    <td>AppConfig.h</td>
  *    <td>Sets the maximum number of MIDI notes that can be generated simultaneously. More notes require more processing time,
  *        and thus a value that is too high will cause audiable sound distortion due to insufficient CPU time.</td>
  *   </tr>