From ca1877705386fc2f2a4b0ebecb0adba8c793dcbf Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sat, 28 Mar 2015 13:01:00 -0400
Subject: Remove formatting from comments for UI display.

---
 lv2/lv2plug.in/ns/extensions/ui/ui.ttl       | 57 ++++++++--------------------
 lv2/lv2plug.in/ns/extensions/units/units.ttl | 12 ++----
 2 files changed, 18 insertions(+), 51 deletions(-)

(limited to 'lv2/lv2plug.in/ns/extensions')

diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
index f45e3e1..843681b 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
@@ -90,89 +90,63 @@ ui:GtkUI
 		owl:Class ;
 	rdfs:subClassOf ui:UI ;
 	rdfs:label "GTK2 UI" ;
-	rdfs:comment """
-A UI where the LV2_Widget is a pointer to a Gtk+ 2.0 compatible GtkWidget,
-and the host guarantees that the Gtk+ library has been initialised and the
-Glib main loop is running before a UI of this type is instantiated.""" .
+	rdfs:comment """A UI where the LV2_Widget is a pointer to a Gtk+ 2.0 compatible GtkWidget, and the host guarantees that the Gtk+ library has been initialised and the Glib main loop is running before a UI of this type is instantiated.""" .
 
 ui:Gtk3UI
 	a rdfs:Class ,
 		owl:Class ;
 	rdfs:subClassOf ui:UI ;
 	rdfs:label "GTK3 UI" ;
-	rdfs:comment """
-A UI where the LV2_Widget is a pointer to a Gtk+ 3.0 compatible GtkWidget,
-and the host guarantees that the Gtk+ library has been initialised and the
-Glib main loop is running before a UI of this type is instantiated.""" .
+	rdfs:comment """A UI where the LV2_Widget is a pointer to a Gtk+ 3.0 compatible GtkWidget, and the host guarantees that the Gtk+ library has been initialised and the Glib main loop is running before a UI of this type is instantiated.""" .
 
 ui:Qt4UI
 	a rdfs:Class ,
 		owl:Class ;
 	rdfs:subClassOf ui:UI ;
 	rdfs:label "Qt4 UI" ;
-	rdfs:comment """
-A UI where the LV2_Widget is a pointer to a Qt4 compatible QWidget,
-and the host guarantees that the Qt4 library has been initialised and the
-Qt4 main loop is running before a UI of this type is instantiated.""" .
+	rdfs:comment """A UI where the LV2_Widget is a pointer to a Qt4 compatible QWidget, and the host guarantees that the Qt4 library has been initialised and the Qt4 main loop is running before a UI of this type is instantiated.""" .
 
 ui:Qt5UI
 	a rdfs:Class ,
 		owl:Class ;
 	rdfs:subClassOf ui:UI ;
 	rdfs:label "Qt5 UI" ;
-	rdfs:comment """
-A UI where the LV2_Widget is a pointer to a Qt5 compatible QWidget,
-and the host guarantees that the Qt5 library has been initialised and the
-Qt5 main loop is running before a UI of this type is instantiated.""" .
+	rdfs:comment """A UI where the LV2_Widget is a pointer to a Qt5 compatible QWidget, and the host guarantees that the Qt5 library has been initialised and the Qt5 main loop is running before a UI of this type is instantiated.""" .
 
 ui:X11UI
 	a rdfs:Class ,
 		owl:Class ;
 	rdfs:subClassOf ui:UI ;
 	rdfs:label "X11 UI" ;
-	rdfs:comment """
-A UI where the LV2_Widget is an X11 window ID.  Note this is actually an
-integer, i.e. the LV2_Widget is not a pointer to an X11 window ID, but should
-be itself taken as an integer value.  This is the native UI type on most POSIX
-systems.""" .
+	rdfs:comment """A UI where the LV2_Widget is an X11 window ID.  Note this is actually an integer, i.e. the LV2_Widget is not a pointer to an X11 window ID, but should be itself taken as an integer value.  This is the native UI type on most POSIX systems.""" .
 
 ui:WindowsUI
 	a rdfs:Class ,
 		owl:Class ;
 	rdfs:subClassOf ui:UI ;
 	rdfs:label "Windows UI" ;
-	rdfs:comment """
-A UI where the LV2_Widget is a Windows HWND window ID.  Note this is actually
-an unsigned 32-bit integer, i.e. the LV2_Widget is not a pointer to a HWND but
-should be interpreted as an HWND itself.  This is the native UI type on
-Microsoft Windows.""" .
+	rdfs:comment """A UI where the LV2_Widget is a Windows HWND window ID.  Note this is actually an unsigned 32-bit integer, i.e. the LV2_Widget is not a pointer to a HWND but should be interpreted as an HWND itself.  This is the native UI type on Microsoft Windows.""" .
 
 ui:CocoaUI
 	a rdfs:Class ,
 		owl:Class ;
 	rdfs:subClassOf ui:UI ;
 	rdfs:label "Cocoa UI" ;
-	rdfs:comment """
-A UI where the LV2_Widget is a pointer to a NSView, the basic view type for the
-Cocoa API (formerly OpenStep).  This is the native UI type on Mac OS X.""" .
+	rdfs:comment """A UI where the LV2_Widget is a pointer to a NSView, the basic view type for the Cocoa API (formerly OpenStep).  This is the native UI type on Mac OS X.""" .
 
 ui:ui
 	a rdf:Property ;
 	rdfs:domain lv2:Plugin ;
 	rdfs:range ui:UI ;
 	rdfs:label "user interface" ;
-	rdfs:comment """
-Relates a plugin to a UI that applies to it.
-""" .
+	rdfs:comment """Relates a plugin to a UI that applies to it.""" .
 
 ui:binary
 	a rdf:Property ;
 	owl:sameAs lv2:binary ;
 	owl:deprecated "true"^^xsd:boolean ;
-	rdfs:comment """
-The shared library a UI resides in.  This property is redundant, new UIs SHOULD
-use lv2:binary, however hosts MUST still support ui:binary at this time.
-""" .
+	rdfs:label "binary" ;
+	rdfs:comment """The shared library a UI resides in.  This property is redundant, new UIs SHOULD use lv2:binary, however hosts MUST still support ui:binary at this time.""" .
 
 ui:makeSONameResident
 	a lv2:Feature ;
@@ -247,6 +221,7 @@ ui:portNotification
 		owl:ObjectProperty ;
 	rdfs:domain ui:UI ;
 	rdfs:range ui:PortNotification ;
+	rdfs:label "port notification" ;
 	lv2:documentation """
 <p>Indicates that a UI should receive notification (via
 LV2UI_Descriptor::port_event()) when a particular port's value changes.</p>
@@ -268,22 +243,20 @@ ui:plugin
 		owl:ObjectProperty ;
 	rdfs:domain ui:PortNotification ;
 	rdfs:range lv2:Plugin ;
-	rdfs:comment """
-The plugin a portNotification applies to.
-""" .
+	rdfs:label "plugin" ;
+	rdfs:comment "The plugin a portNotification applies to." .
 
 ui:portIndex
 	a rdf:Property ,
 		owl:DatatypeProperty ;
 	rdfs:domain ui:PortNotification ;
 	rdfs:range xsd:decimal ;
-	rdfs:comment """
-The index of the port a portNotification applies to.
-""" .
+	rdfs:comment "The index of the port a portNotification applies to." .
 
 ui:notifyType
 	a rdf:Property ;
 	rdfs:domain ui:PortNotification ;
+	rdfs:label "notify type" ;
 	lv2:documentation """
 <p>Indicates a particular type that the UI should be notified of.  In the case
 of ports where several types of data can be present (e.g. event ports), this
diff --git a/lv2/lv2plug.in/ns/extensions/units/units.ttl b/lv2/lv2plug.in/ns/extensions/units/units.ttl
index e37b018..d023c56 100644
--- a/lv2/lv2plug.in/ns/extensions/units/units.ttl
+++ b/lv2/lv2plug.in/ns/extensions/units/units.ttl
@@ -65,7 +65,7 @@ units:unit
 		lv2:Parameter ;
 	rdfs:range units:Unit ;
 	rdfs:label "unit" ;
-	rdfs:comment "Relates a port to the unit of its data" .
+	rdfs:comment "The unit used by the value of a port or parameter." .
 
 units:render
 	a rdf:Property ,
@@ -110,10 +110,7 @@ units:prefixConversion
 	rdfs:domain units:Unit ;
 	rdfs:range units:Conversion ;
 	rdfs:label "prefix conversion" ;
-	rdfs:comment """
-A conversion from this unit to the same unit but with a different SI prefix
-(e.g. Hz to kHz).
-""" .
+	rdfs:comment """A conversion from this unit to the same unit but with a different SI prefix (e.g. Hz to kHz).""" .
 
 units:to
 	a rdf:Property ,
@@ -128,10 +125,7 @@ units:factor
 		owl:DatatypeProperty ;
 	rdfs:domain units:Conversion ;
 	rdfs:label "conversion factor" ;
-	rdfs:comment """
-The factor to multiply the source value by in order to convert
-to the target unit.
-""" .
+	rdfs:comment """The factor to multiply the source value by in order to convert to the target unit.""" .
 
 units:s
 	a units:Unit ;
-- 
cgit v1.2.1