diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2013-06-16 15:09:13 +0200 | 
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-06-16 15:09:13 +0200 | 
| commit | 1d49fc7dd829ecd49a286bcb4ec2c0ba46a0380c (patch) | |
| tree | 57d87a46a5d7d0a75057d3edb3e433955157399a /Demos | |
| parent | 1509af922b0490d8d60b125a8f1e38f52f87fc86 (diff) | |
| download | lufa-1d49fc7dd829ecd49a286bcb4ec2c0ba46a0380c.tar.gz lufa-1d49fc7dd829ecd49a286bcb4ec2c0ba46a0380c.tar.bz2 lufa-1d49fc7dd829ecd49a286bcb4ec2c0ba46a0380c.zip  | |
Minor documentation improvements.
Diffstat (limited to 'Demos')
14 files changed, 44 insertions, 44 deletions
diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt index dfa9362c2..4b0594244 100644 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt +++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt @@ -50,7 +50,7 @@   *  basic USB Audio 1.0 drivers in all modern OSes (i.e. no special drivers   *  required).   * - *  On start-up the system will automatically enumerate and function as a  + *  On start-up the system will automatically enumerate and function as a   *  USB microphone. By default, the demo will produce a square wave test tone   *  when the board button is pressed. If USE_TEST_TONE is not defined in the   *  project makefile, incoming audio from the ADC channel 1 will be sampled @@ -67,9 +67,9 @@   *   *  <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>MIC_IN_ADC_CHANNEL</td> diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt index 76445e0e2..8f0c7d656 100644 --- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt +++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt @@ -67,9 +67,9 @@   *   *  <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>AUDIO_OUT_STEREO</td> diff --git a/Demos/Device/ClassDriver/GenericHID/GenericHID.txt b/Demos/Device/ClassDriver/GenericHID/GenericHID.txt index 140274039..649fc62ce 100644 --- a/Demos/Device/ClassDriver/GenericHID/GenericHID.txt +++ b/Demos/Device/ClassDriver/GenericHID/GenericHID.txt @@ -64,9 +64,9 @@   *   *  <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>GENERIC_REPORT_SIZE</td> diff --git a/Demos/Device/ClassDriver/MassStorage/MassStorage.txt b/Demos/Device/ClassDriver/MassStorage/MassStorage.txt index dd71e3bcd..31779e9c0 100644 --- a/Demos/Device/ClassDriver/MassStorage/MassStorage.txt +++ b/Demos/Device/ClassDriver/MassStorage/MassStorage.txt @@ -80,9 +80,9 @@   *   *  <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>TOTAL_LUNS</td> diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt index d9affad83..c84769ade 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt @@ -81,9 +81,9 @@   *   *  <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>TOTAL_LUNS</td> diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt index aafa3cc43..496ab07a1 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt +++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.txt @@ -82,9 +82,9 @@   *   *  <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>CLIENT_IP_ADDRESS</td> diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt b/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt index 62a7c3da6..caf83e499 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt @@ -74,9 +74,9 @@   *   *  <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>TOTAL_LUNS</td> diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.txt b/Demos/Device/LowLevel/AudioInput/AudioInput.txt index b30d7d63e..9dc6c36b8 100644 --- a/Demos/Device/LowLevel/AudioInput/AudioInput.txt +++ b/Demos/Device/LowLevel/AudioInput/AudioInput.txt @@ -50,7 +50,7 @@   *  basic USB Audio 1.0 drivers in all modern OSes (i.e. no special drivers   *  required).   * - *  On start-up the system will automatically enumerate and function as a  + *  On start-up the system will automatically enumerate and function as a   *  USB microphone. By default, the demo will produce a square wave test tone   *  when the board button is pressed. If USE_TEST_TONE is not defined in the   *  project makefile, incoming audio from the ADC channel 1 will be sampled @@ -67,9 +67,9 @@   *   *  <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>USE_TEST_TONE</td> diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt index 76445e0e2..8f0c7d656 100644 --- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt +++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt @@ -67,9 +67,9 @@   *   *  <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>AUDIO_OUT_STEREO</td> diff --git a/Demos/Device/LowLevel/GenericHID/GenericHID.txt b/Demos/Device/LowLevel/GenericHID/GenericHID.txt index 140274039..649fc62ce 100644 --- a/Demos/Device/LowLevel/GenericHID/GenericHID.txt +++ b/Demos/Device/LowLevel/GenericHID/GenericHID.txt @@ -64,9 +64,9 @@   *   *  <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>GENERIC_REPORT_SIZE</td> diff --git a/Demos/Device/LowLevel/MassStorage/MassStorage.txt b/Demos/Device/LowLevel/MassStorage/MassStorage.txt index 528dbe753..e54463414 100644 --- a/Demos/Device/LowLevel/MassStorage/MassStorage.txt +++ b/Demos/Device/LowLevel/MassStorage/MassStorage.txt @@ -80,9 +80,9 @@   *   *  <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>TOTAL_LUNS</td> diff --git a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt index aafa3cc43..496ab07a1 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt +++ b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.txt @@ -82,9 +82,9 @@   *   *  <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>CLIENT_IP_ADDRESS</td> diff --git a/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.txt b/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.txt index 3af62bc5c..5e79a33e3 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.txt +++ b/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.txt @@ -58,9 +58,9 @@   *   *  <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>MIC_IN_ADC_CHANNEL</td> diff --git a/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.txt b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.txt index 3af62bc5c..5e79a33e3 100644 --- a/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.txt +++ b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.txt @@ -58,9 +58,9 @@   *   *  <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>MIC_IN_ADC_CHANNEL</td>  | 
