summaryrefslogtreecommitdiffstats
path: root/doc/c/uis.rst
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-07 17:55:07 +0100
committerDavid Robillard <d@drobilla.net>2021-01-07 17:55:07 +0100
commitf7c3291e6bbcf0427e9120ca339d2af704e7eccc (patch)
tree4dfa31b62586cbd0a491ea84fe479daa254a4789 /doc/c/uis.rst
parenteb0f335d49ac3b501626d9e1ec140978fe795df6 (diff)
downloadlilv-f7c3291e6bbcf0427e9120ca339d2af704e7eccc.tar.gz
lilv-f7c3291e6bbcf0427e9120ca339d2af704e7eccc.tar.bz2
lilv-f7c3291e6bbcf0427e9120ca339d2af704e7eccc.zip
Use globally unique Doxygen group names
This is necessary to avoid clashes when building unified documentation as a subproject.
Diffstat (limited to 'doc/c/uis.rst')
-rw-r--r--doc/c/uis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/c/uis.rst b/doc/c/uis.rst
index cbca8f6..5abaa2c 100644
--- a/doc/c/uis.rst
+++ b/doc/c/uis.rst
@@ -18,4 +18,4 @@ The available UIs for a plugin can be accessed with :func:`lilv_plugin_get_uis`:
except it is of course a set of :struct:`LilvUI` rather than a set of :struct:`LilvPlugin`.
Also like plugins,
the :struct:`LilvUI` class has various accessors that can be used to get information about the UI.
-See the :doc:`API reference <api/ui>` for details.
+See the :doc:`API reference <api/lilv_ui>` for details.