diff options
author | David Robillard <d@drobilla.net> | 2020-03-12 13:02:20 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-12 13:02:20 +0100 |
commit | e347a3d19e32475373a212fd84e54937e330ec5b (patch) | |
tree | 62d4c0d82568a0ff1522f1ae4e367f24210c4354 /lilv/lilv.h | |
parent | 499a8f5f75e68befc87b23082292637aad0fcbe5 (diff) | |
download | lilv-e347a3d19e32475373a212fd84e54937e330ec5b.tar.gz lilv-e347a3d19e32475373a212fd84e54937e330ec5b.tar.bz2 lilv-e347a3d19e32475373a212fd84e54937e330ec5b.zip |
Use consistent tagline in documentation
Diffstat (limited to 'lilv/lilv.h')
-rw-r--r-- | lilv/lilv.h | 7 |
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/>. + @{ */ |