aboutsummaryrefslogtreecommitdiffstats
path: root/src/symap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/symap.h')
-rw-r--r--src/symap.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/symap.h b/src/symap.h
index 15a271a..383597a 100644
--- a/src/symap.h
+++ b/src/symap.h
@@ -17,11 +17,10 @@
/**
@file symap.h API for Symap, a basic symbol map (string interner).
- Particularly useful and intended for implementation of the LV2 URI map and
- URI unmap extensions.
+ Particularly useful for implementing LV2 URI mapping.
- @see <a href="http://lv2plug.in/ns/ext/uri-map/">LV2 URI Map</a>
- @see <a href="http://lv2plug.in/ns/ext/uri-unmap/">LV2 URI Unmap</a>
+ @see <a href="http://lv2plug.in/ns/ext/urid">LV2 URID</a>
+ @see <a href="http://lv2plug.in/ns/ext/uri-map">LV2 URI Map</a>
*/
#ifndef SYMAP_H