From 967c197a1f53903ccbda84e32357f1d2b221a7f1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Mar 2020 13:02:55 +0100 Subject: Use consistent tagline in documentation --- suil/suil.h | 11 ++++++----- 1 file 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 for more information. -- cgit v1.2.1