From f7c3291e6bbcf0427e9120ca339d2af704e7eccc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2021 17:55:07 +0100 Subject: Use globally unique Doxygen group names This is necessary to avoid clashes when building unified documentation as a subproject. --- doc/c/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/c/plugins.rst') diff --git a/doc/c/plugins.rst b/doc/c/plugins.rst index 3551e08..c86431e 100644 --- a/doc/c/plugins.rst +++ b/doc/c/plugins.rst @@ -35,7 +35,7 @@ which can be done with :func:`lilv_plugins_get_by_uri`: const LilvPlugin* plugin = lilv_plugins_get_by_uri(list, plugin_uri); :struct:`LilvPlugin` has various accessors that can be used to get information about the plugin. -See the :doc:`API reference ` for details. +See the :doc:`API reference ` for details. ********* Instances -- cgit v1.2.1