diff options
author | David Robillard <d@drobilla.net> | 2020-11-17 11:11:05 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-17 11:11:05 +0100 |
commit | 3e7abdc3da504cff2d4c14a593ad140e6fb71764 (patch) | |
tree | 5d14a5aa019612fb7b2071c22f69b0c9d73927ef /lv2/uri-map | |
parent | 5a9d1dbbddb24343208a3872ae4baaca4402b3bd (diff) | |
download | lv2-3e7abdc3da504cff2d4c14a593ad140e6fb71764.tar.xz |
Clean up Doxygen index
Diffstat (limited to 'lv2/uri-map')
-rw-r--r-- | lv2/uri-map/uri-map.h | 4 |
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. + @{ */ |