Skip to content

Commit 4c65b4c

Browse files
committed
doxygen
1 parent ab61070 commit 4c65b4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/html/classmidi_1_1_midi_common.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<ul>
219219
<li><a class="el" href="classmidi_1_1_midi_ble_server.html" title="A Bluetooth Low Energy BLE Server which can send or receive Bluetooth messages.">MidiBleServer</a></li>
220220
<li><a class="el" href="classmidi_1_1_midi_ble_client.html" title="A Bluetooth Low Energy BLE Client which can send or receive Bluetooth messages. It needs to connect t...">MidiBleClient</a></li>
221-
<li>MidiSerialOut</li>
221+
<li><a class="el" href="classmidi_1_1_midi_stream_out.html" title="Output of Midi Messages to an Arduino Stream (eg output to Serial, UDP or IP).">MidiStreamOut</a></li>
222222
</ul>
223223
<p>by Phil Schatzmann </p>
224224
</div><hr/>The documentation for this class was generated from the following files:<ul>

src/MidiCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ enum ConnectionStatus {
6666
6767
- MidiBleServer
6868
- MidiBleClient
69-
- MidiSerialOut
69+
- MidiStreamOut
7070
7171
by Phil Schatzmann
7272
*/

0 commit comments

Comments
 (0)