aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2/atom.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-27 02:55:26 +0000
committerDavid Robillard <d@drobilla.net>2011-10-27 02:55:26 +0000
commit994a8b17a2501d95e485e12dea0eb6f408df6b0d (patch)
tree93f2fcfe228181bb56229fa81131aca9c04fc3b2 /ext/atom.lv2/atom.h
parente4810455eca0f51f7236e0e3f62bea9f96436621 (diff)
downloadlv2-994a8b17a2501d95e485e12dea0eb6f408df6b0d.tar.xz
Remove old urn:struct code linking stuff.
This ugly way of linking to code has been deprecated by the automagic Doxygen code links stuff.
Diffstat (limited to 'ext/atom.lv2/atom.h')
-rw-r--r--ext/atom.lv2/atom.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/atom.lv2/atom.h b/ext/atom.lv2/atom.h
index bebe477..4f803ba 100644
--- a/ext/atom.lv2/atom.h
+++ b/ext/atom.lv2/atom.h
@@ -50,10 +50,9 @@
Note that an LV2_Atom is the latter two fields of an LV2_Event as defined by
the <a href="http://lv2plug.in/ns/ext/event">LV2 events extension</a>. The
- host MAY marshal an <a href="urn:struct:LV2_Event">LV2_Event</a> to an <a
- href="urn:struct:LV2_Atom">LV2_Atom</a> by simply pointing to the offset of
- <code>type</code>. The macro LV2_ATOM_FROM_EVENT is provided in this header
- for this purpose.
+ host MAY marshal an LV2_Event to an LV2_Atom by simply pointing to the
+ offset of <code>type</code>. The macro LV2_ATOM_FROM_EVENT is provided in
+ this header for this purpose.
*/
typedef struct {