From f207706a7ca2050ae86a468b416f45309cbfc591 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Oct 2020 12:12:14 +0200 Subject: Fix HTML character entities in documentation Not all of these actually show up in the output, but it's unnecessary to use these in Markdown anyway. --- lv2/event/event.meta.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lv2/event') diff --git a/lv2/event/event.meta.ttl b/lv2/event/event.meta.ttl index 80593ce..ecc40c7 100644 --- a/lv2/event/event.meta.ttl +++ b/lv2/event/event.meta.ttl @@ -109,11 +109,11 @@ OSC, or any other type of event payload. The type(s) of event supported by a port is defined in the data file for a plugin, for example: :::turtle - <http://example.org/some-plugin> + lv2:port [ a ev:EventPort, lv2:InputPort ; lv2:index 0 ; - ev:supportsEvent <http://lv2plug.in/ns/ext/midi#MidiEvent> ; + ev:supportsEvent ; lv2:symbol "midi_input" ; lv2:name "MIDI input" ; ] . -- cgit v1.2.1