Update Ya*::ConstructArgs docstrings

This commit is contained in:
Robbert van der Helm
2020-12-19 13:27:00 +01:00
parent 95b30b069e
commit be78ff50be
3 changed files with 3 additions and 4 deletions
@@ -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();
+1 -1
View File
@@ -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();