From 994a8b17a2501d95e485e12dea0eb6f408df6b0d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Oct 2011 02:55:26 +0000 Subject: Remove old urn:struct code linking stuff. This ugly way of linking to code has been deprecated by the automagic Doxygen code links stuff. --- ext/atom.lv2/atom.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ext/atom.lv2/atom.h') 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 LV2 events extension. The - host MAY marshal an LV2_Event to an LV2_Atom by simply pointing to the offset of - type. 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 type. The macro LV2_ATOM_FROM_EVENT is provided in + this header for this purpose. */ typedef struct { -- cgit v1.2.1