1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

UMP: Make documentation private until APIs become public

This commit is contained in:
reuk 2021-11-29 12:15:20 +00:00
parent 03428561ed
commit f269f1d6c9
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
16 changed files with 94 additions and 94 deletions

View file

@ -25,14 +25,14 @@ namespace juce
namespace universal_midi_packets
{
/** The kinds of MIDI protocol that can be formatted into Universal MIDI Packets. */
/* The kinds of MIDI protocol that can be formatted into Universal MIDI Packets. */
enum class PacketProtocol
{
MIDI_1_0,
MIDI_2_0,
};
/** All kinds of MIDI protocol understood by JUCE. */
/* All kinds of MIDI protocol understood by JUCE. */
enum class MidiProtocol
{
bytestream,