diff options
-rw-r--r-- | suil/suil.h | 11 |
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. |