diff options
author | David Robillard <d@drobilla.net> | 2020-12-26 15:00:50 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-26 17:55:23 +0100 |
commit | c2816ab42b458c9c5202197b3df665340f57dddd (patch) | |
tree | 1d367483a854d7117920f95b943fb01424b77529 /lv2/options | |
parent | 64d4a4a46901b1b1ab4eaac4f3f57f8d353e42c5 (diff) | |
download | lv2-c2816ab42b458c9c5202197b3df665340f57dddd.tar.xz |
Add clang-format suppression comments
Diffstat (limited to 'lv2/options')
-rw-r--r-- | lv2/options/options.h | 4 |
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 |