diff options
author | David Robillard <d@drobilla.net> | 2019-03-24 17:54:48 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-03-24 21:23:02 +0100 |
commit | d7c652ebab7ef5fa91d89f4b511bd4c8120d5fd7 (patch) | |
tree | 6cb2c09c541baaa836b2a3a4ca9d53cb2a15da2f /lv2/core | |
parent | 4425f09db6a4cad5aaf949f16e89181c45992b15 (diff) | |
download | lv2-d7c652ebab7ef5fa91d89f4b511bd4c8120d5fd7.tar.xz |
Fix broken links to API documentation
Diffstat (limited to 'lv2/core')
-rw-r--r-- | lv2/core/lv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h index 3bfdd02..eaca514 100644 --- a/lv2/core/lv2.h +++ b/lv2/core/lv2.h @@ -19,7 +19,7 @@ */ /** - @defgroup core LV2 Core + @defgroup lv2core LV2 Core Core LV2 specification, see <http://lv2plug.in/ns/lv2core> for details. |