Minor documentation improvements.
[pub/USBasp.git] / Projects / MIDIToneGenerator / MIDIToneGenerator.txt
index 6332a24..82510db 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>
@@ -64,7 +64,7 @@
  *   </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>