diff options
author | David Robillard <d@drobilla.net> | 2012-07-09 18:45:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-09 18:45:54 +0000 |
commit | a7b719b2bc659d474a8fb207961d3415402d5637 (patch) | |
tree | db5290f6713bca0e30701d8dfdcafd94a12eb870 /suil/suil.h | |
parent | d5ad9d2b725238f9cd03862166def87a1b061e57 (diff) | |
download | suil-a7b719b2bc659d474a8fb207961d3415402d5637.tar.gz suil-a7b719b2bc659d474a8fb207961d3415402d5637.tar.bz2 suil-a7b719b2bc659d474a8fb207961d3415402d5637.zip |
Improve documentation style.
Update to r71/autowaf.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4530 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'suil/suil.h')
-rw-r--r-- | suil/suil.h | 10 |
1 files changed, 9 insertions, 1 deletions
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 <http://drobilla.net/software/suil> for more information. + @{ */ |