aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/options
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/options')
-rw-r--r--lv2/options/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lv2/options/options.h b/lv2/options/options.h
index c8c6a43..7b43bd1 100644
--- a/lv2/options/options.h
+++ b/lv2/options/options.h
@@ -33,6 +33,8 @@
#include <stdint.h>
+// clang-format off
+
#define LV2_OPTIONS_URI "http://lv2plug.in/ns/ext/options" ///< http://lv2plug.in/ns/ext/options
#define LV2_OPTIONS_PREFIX LV2_OPTIONS_URI "#" ///< http://lv2plug.in/ns/ext/options#
@@ -42,6 +44,8 @@
#define LV2_OPTIONS__requiredOption LV2_OPTIONS_PREFIX "requiredOption" ///< http://lv2plug.in/ns/ext/options#requiredOption
#define LV2_OPTIONS__supportedOption LV2_OPTIONS_PREFIX "supportedOption" ///< http://lv2plug.in/ns/ext/options#supportedOption
+// clang-format on
+
#ifdef __cplusplus
extern "C" {
#endif
'n130' href='#n130'>130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168