From a7b719b2bc659d474a8fb207961d3415402d5637 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Jul 2012 18:45:54 +0000 Subject: Improve documentation style. Update to r71/autowaf. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4530 a436a847-0d15-0410-975c-d299462d15a1 --- suil/suil.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'suil/suil.h') diff --git a/suil/suil.h b/suil/suil.h index 35ed29b..ae228c4 100644 --- a/suil/suil.h +++ b/suil/suil.h @@ -49,7 +49,15 @@ extern "C" { /** @defgroup suil Suil - A library for hosting LV2 plugin UIs. + + 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. + + Visit for more information. + @{ */ -- cgit v1.2.1