Fix docstrings for CLAP message response structs

This commit is contained in:
Robbert van der Helm
2022-10-09 15:19:43 +02:00
parent 22cd6a0d58
commit 79c9a3f5f6
5 changed files with 20 additions and 12 deletions
@@ -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<NotePortInfo> result;