From 3e7abdc3da504cff2d4c14a593ad140e6fb71764 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Tue, 17 Nov 2020 11:11:05 +0100
Subject: Clean up Doxygen index

---
 lv2/uri-map/uri-map.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'lv2/uri-map')

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.
+
    @{
 */
 
-- 
cgit v1.2.1