aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/uri-map/uri-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/uri-map/uri-map.h')
-rw-r--r--lv2/uri-map/uri-map.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lv2/uri-map/uri-map.h b/lv2/uri-map/uri-map.h
index 651c3a8..dac7447 100644
--- a/lv2/uri-map/uri-map.h
+++ b/lv2/uri-map/uri-map.h
@@ -18,7 +18,7 @@
@defgroup uri-map URI Map
@ingroup lv2
- C API for the LV2 URI Map extension <http://lv2plug.in/ns/ext/uri-map>.
+ A feature for mapping URIs to integers.
This extension defines a simple mechanism for plugins to map URIs to
integers, usually for performance reasons (e.g. processing events typed by
@@ -28,6 +28,8 @@
This allows the extensibility of RDF with the performance of integers (or
centrally defined enumerations).
+ See <http://lv2plug.in/ns/ext/uri-map> for details.
+
@{
*/