diff --git a/src/common/serialization/clap/ext/audio-ports.h b/src/common/serialization/clap/ext/audio-ports.h index c8833775..5f273999 100644 --- a/src/common/serialization/clap/ext/audio-ports.h +++ b/src/common/serialization/clap/ext/audio-ports.h @@ -118,7 +118,8 @@ struct Count { }; /** - * The response to the `clap::ext::audio_ports::Get` message defined below. + * The response to the `clap::ext::audio_ports::plugin::Get` message defined + * below. */ struct GetResponse { std::optional result; diff --git a/src/common/serialization/clap/ext/gui.h b/src/common/serialization/clap/ext/gui.h index ff267488..57f4d27b 100644 --- a/src/common/serialization/clap/ext/gui.h +++ b/src/common/serialization/clap/ext/gui.h @@ -133,7 +133,8 @@ struct SetScale { }; /** - * The response to the `clap::ext::params::GetSize` message defined below. + * The response to the `clap::ext::params::plugin::GetSize` message defined + * below. */ struct GetSizeResponse { bool result; @@ -178,8 +179,8 @@ struct CanResize { }; /** - * The response to the `clap::ext::params::GetResizeHints` message defined - * below. + * The response to the `clap::ext::params::plugin::GetResizeHints` message + * defined below. */ struct GetResizeHintsResponse { // This doesn't require a special wrapper since the struct only contains @@ -209,7 +210,8 @@ struct GetResizeHints { }; /** - * The response to the `clap::ext::params::AdjustSize` message defined below. + * The response to the `clap::ext::params::plugin::AdjustSize` message defined + * below. */ struct AdjustSizeResponse { bool result; diff --git a/src/common/serialization/clap/ext/note-ports.h b/src/common/serialization/clap/ext/note-ports.h index 32d39b1a..e7c7e8db 100644 --- a/src/common/serialization/clap/ext/note-ports.h +++ b/src/common/serialization/clap/ext/note-ports.h @@ -85,7 +85,8 @@ struct Count { }; /** - * The response to the `clap::ext::note_ports::Get` message defined below. + * The response to the `clap::ext::note_ports::plugin::Get` message defined + * below. */ struct GetResponse { std::optional result; diff --git a/src/common/serialization/clap/ext/params.h b/src/common/serialization/clap/ext/params.h index 363109dc..c71cf21c 100644 --- a/src/common/serialization/clap/ext/params.h +++ b/src/common/serialization/clap/ext/params.h @@ -93,7 +93,8 @@ struct Count { }; /** - * The response to the `clap::ext::params::GetInfo` message defined below. + * The response to the `clap::ext::params::plugin::GetInfo` message defined + * below. */ struct GetInfoResponse { std::optional result; @@ -122,7 +123,8 @@ struct GetInfo { }; /** - * The response to the `clap::ext::params::GetValue` message defined below. + * The response to the `clap::ext::params::plugin::GetValue` message defined + * below. */ struct GetValueResponse { std::optional result; @@ -151,7 +153,8 @@ struct GetValue { }; /** - * The response to the `clap::ext::params::ValueToText` message defined below. + * The response to the `clap::ext::params::plugin::ValueToText` message defined + * below. */ struct ValueToTextResponse { std::optional result; @@ -182,7 +185,8 @@ struct ValueToText { }; /** - * The response to the `clap::ext::params::TextToValue` message defined below. + * The response to the `clap::ext::params::plugin::TextToValue` message defined + * below. */ struct TextToValueResponse { std::optional result; @@ -213,7 +217,7 @@ struct TextToValue { }; /** - * The response to the `clap::ext::params::Flush` message defined below. + * The response to the `clap::ext::params::plugin::Flush` message defined below. */ struct FlushResponse { clap::events::EventList out; diff --git a/src/common/serialization/clap/ext/state.h b/src/common/serialization/clap/ext/state.h index 7f3a4d6c..69afa5b4 100644 --- a/src/common/serialization/clap/ext/state.h +++ b/src/common/serialization/clap/ext/state.h @@ -30,7 +30,7 @@ namespace state { namespace plugin { /** - * The response to the `clap::ext::state::Save` message defined below. + * The response to the `clap::ext::state::plugin::Save` message defined below. */ struct SaveResponse { std::optional result;