From a392684c178b0f4bccdec06116048213bae1b491 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Dec 2020 18:13:18 +0100 Subject: Generate documentation with Sphinx --- include/suil/suil.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') 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 for more information. - @{ */ -- cgit v1.2.1