1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-03 05:04:24 +01:00

Doxygen, Clips and Labels

- Classes renamed and better doxygenated
- GetInfo: Type=Clips added
- GetInfo: Type=Labels added.
This commit is contained in:
James Crook
2018-02-08 19:08:50 +00:00
committed by Paul Licameli
parent ca5dac59ff
commit b1b1a362ed
23 changed files with 171 additions and 85 deletions

View File

@@ -85,7 +85,7 @@ void CommandBuilder::BuildCommand(const wxString &cmdName,
auto scriptOutput = ScriptCommandRelay::GetResponseTarget();
auto output
= std::make_unique<CommandOutputTarget>(std::make_unique<NullProgressTarget>(),
= std::make_unique<CommandOutputTargets>(std::make_unique<NullProgressTarget>(),
scriptOutput,
scriptOutput);