mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-12 23:32:11 +02:00
Fix docstrings for CLAP message response structs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user