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 --- doc/layout.xml | 187 +++++++++++++++++++++++++++++++++++++++++++++++ doc/reference.doxygen.in | 2 +- suil/suil.h | 10 ++- waf | Bin 93356 -> 93428 bytes 4 files changed, 197 insertions(+), 2 deletions(-) create mode 100644 doc/layout.xml diff --git a/doc/layout.xml b/doc/layout.xml new file mode 100644 index 0000000..74a109f --- /dev/null +++ b/doc/layout.xml @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index c6bf481..9d74133 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -583,7 +583,7 @@ FILE_VERSION_FILTER = # You can optionally specify a file name after the option, if omitted # DoxygenLayout.xml will be used as the name of the layout file. -LAYOUT_FILE = +LAYOUT_FILE = doc/layout.xml # The CITE_BIB_FILES tag can be used to specify one or more bib files # containing the references data. This must be a list of .bib files. The 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. + @{ */ diff --git a/waf b/waf index 274c97e..564e82f 100755 Binary files a/waf and b/waf differ -- cgit v1.2.1