diff options
author | David Robillard <d@drobilla.net> | 2020-12-21 18:13:18 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-21 19:35:11 +0100 |
commit | a392684c178b0f4bccdec06116048213bae1b491 (patch) | |
tree | 48ca5569c155623a7983e48f302796129737b861 /include | |
parent | 4c3cea9274a8596197ae73a97eb31187cc18770c (diff) | |
download | suil-a392684c178b0f4bccdec06116048213bae1b491.tar.gz suil-a392684c178b0f4bccdec06116048213bae1b491.tar.bz2 suil-a392684c178b0f4bccdec06116048213bae1b491.zip |
Generate documentation with Sphinx
Diffstat (limited to 'include')
-rw-r--r-- | include/suil/suil.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/suil/suil.h b/include/suil/suil.h index 8cdafd6..7be89bd 100644 --- a/include/suil/suil.h +++ b/include/suil/suil.h @@ -50,16 +50,6 @@ extern "C" { /** @defgroup suil Suil - - 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. - @{ */ |