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 { 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();
+1 -1
View File
@@ -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();