summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-12 13:02:20 +0100
committerDavid Robillard <d@drobilla.net>2020-03-12 13:02:20 +0100
commite347a3d19e32475373a212fd84e54937e330ec5b (patch)
tree62d4c0d82568a0ff1522f1ae4e367f24210c4354
parent499a8f5f75e68befc87b23082292637aad0fcbe5 (diff)
downloadlilv-e347a3d19e32475373a212fd84e54937e330ec5b.tar.gz
lilv-e347a3d19e32475373a212fd84e54937e330ec5b.tar.bz2
lilv-e347a3d19e32475373a212fd84e54937e330ec5b.zip
Use consistent tagline in documentation
-rw-r--r--lilv/lilv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h
index 4846ab1..175ee9f 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -95,10 +95,11 @@ typedef void LilvNodes; /**< set<Node>. */
/**
@defgroup lilv Lilv
- Lilv is a simple yet powerful C API for using LV2 plugins.
- For more information about LV2, see <http://lv2plug.in>.
- For more information about Lilv, see <http://drobilla.net/software/lilv>.
+ A library for discovering and using LV2 plugins.
+
+ For more information about LV2, see <http://lv2plug.in/>.
+
@{
*/