summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-12 13:02:55 +0100
committerDavid Robillard <d@drobilla.net>2020-03-12 13:02:55 +0100
commit967c197a1f53903ccbda84e32357f1d2b221a7f1 (patch)
treeb3a038f88e60bab4af240fca91a4a99822cf24e9
parent7c3e3d66d63f0dfd33902ab7541724cf2dc4cd76 (diff)
downloadsuil-967c197a1f53903ccbda84e32357f1d2b221a7f1.tar.gz
suil-967c197a1f53903ccbda84e32357f1d2b221a7f1.tar.bz2
suil-967c197a1f53903ccbda84e32357f1d2b221a7f1.zip
Use consistent tagline in documentation
-rw-r--r--suil/suil.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/suil/suil.h b/suil/suil.h
index 944f72e..9fd4e65 100644
--- a/suil/suil.h
+++ b/suil/suil.h
@@ -52,11 +52,12 @@ extern "C" {
/**
@defgroup suil Suil
- Suil is a library for loading and wrapping LV2 plugin UIs. With Suil, a
- host written in one supported toolkit can embed a plugin UI written in a
- different supported toolkit. Suil insulates hosts from toolkit libraries
- used by plugin UIs. For example, a Gtk host can embed a Qt UI without
- linking against Qt at compile time.
+ A library for loading and wrapping LV2 plugin UIs.
+
+ With Suil, a host written in one supported toolkit can embed a plugin UI
+ written in a different supported toolkit. Suil insulates hosts from toolkit
+ libraries used by plugin UIs. For example, a Gtk host can embed a Qt UI
+ without linking against Qt at compile time.
Visit <http://drobilla.net/software/suil> for more information.