aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/event
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-16 12:12:14 +0200
committerDavid Robillard <d@drobilla.net>2020-10-16 12:29:29 +0200
commitf207706a7ca2050ae86a468b416f45309cbfc591 (patch)
tree08429fe1b3261ea905d57ca5ef18f807213827bb /lv2/event
parent9e46d4a8323e9a91480631980a984700b76a09bd (diff)
downloadlv2-f207706a7ca2050ae86a468b416f45309cbfc591.tar.xz
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.
Diffstat (limited to 'lv2/event')
-rw-r--r--lv2/event/event.meta.ttl4
1 files changed, 2 insertions, 2 deletions
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
- &lt;http://example.org/some-plugin&gt;
+ <http://example.org/some-plugin>
lv2:port [
a ev:EventPort, lv2:InputPort ;
lv2:index 0 ;
- ev:supportsEvent &lt;http://lv2plug.in/ns/ext/midi#MidiEvent&gt; ;
+ ev:supportsEvent <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
lv2:symbol "midi_input" ;
lv2:name "MIDI input" ;
] .