diff options
author | David Robillard <d@drobilla.net> | 2016-09-10 00:07:43 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-10 00:07:43 +0200 |
commit | eab58ce7e8a143e663cc76839595a76b55392881 (patch) | |
tree | af38f9c9ff9a6879bc5dc652c0d4118b988bdbb5 /lv2/lv2plug.in/ns/ext/instance-access | |
parent | e2757de4621dbcc8508e163ea52d0c4e97f932f3 (diff) | |
download | lv2-eab58ce7e8a143e663cc76839595a76b55392881.tar.xz |
Document all URI defines
This makes headers somewhat redundant and too wide, but it's the only
way I can get Doxygen to make links to the corresponding spec
documentation, because it doesn't linkify URIs in strings.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/instance-access')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/instance-access/instance-access.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.h b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.h index cc84d65..7abd819 100644 --- a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.h +++ b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.h @@ -27,7 +27,7 @@ #ifndef LV2_INSTANCE_ACCESS_H #define LV2_INSTANCE_ACCESS_H -#define LV2_INSTANCE_ACCESS_URI "http://lv2plug.in/ns/ext/instance-access" +#define LV2_INSTANCE_ACCESS_URI "http://lv2plug.in/ns/ext/instance-access" ///< http://lv2plug.in/ns/ext/instance-access #endif /* LV2_INSTANCE_ACCESS_H */ |