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