mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Update Ya*::ConstructArgs docstrings
This commit is contained in:
@@ -41,8 +41,7 @@
|
||||
class YaHostApplication : public Steinberg::Vst::IHostApplication {
|
||||
public:
|
||||
/**
|
||||
* These are the arguments for creating a
|
||||
* `YaYaHostApplication{Plugin,Host}Impl`.
|
||||
* These are the arguments for constructing a `YaHostApplicationImpl`.
|
||||
*/
|
||||
struct ConstructArgs {
|
||||
ConstructArgs();
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
class YaPluginFactory : public Steinberg::IPluginFactory3 {
|
||||
public:
|
||||
/**
|
||||
* These are the arguments for creating a `YaPluginFactoryImpl`.
|
||||
* These are the arguments for constructing a `YaPluginFactoryImpl`.
|
||||
*/
|
||||
struct ConstructArgs {
|
||||
ConstructArgs();
|
||||
|
||||
@@ -61,7 +61,7 @@ class Vst3PluginProxy : public YaAudioProcessor,
|
||||
public YaPluginBase {
|
||||
public:
|
||||
/**
|
||||
* These are the arguments for creating a `Vst3PluginProxyImpl`.
|
||||
* These are the arguments for constructing a `Vst3PluginProxyImpl`.
|
||||
*/
|
||||
struct ConstructArgs {
|
||||
ConstructArgs();
|
||||
|
||||
Reference in New Issue
Block a user