1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-14 16:45:52 +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

@@ -406,7 +406,6 @@
<ClCompile Include="..\..\..\src\commands\CommandType.cpp" />
<ClCompile Include="..\..\..\src\commands\CompareAudioCommand.cpp" />
<ClCompile Include="..\..\..\src\commands\GetInfoCommand.cpp" />
<ClCompile Include="..\..\..\src\commands\GetTrackInfoCommand.cpp" />
<ClCompile Include="..\..\..\src\commands\HelpCommand.cpp" />
<ClCompile Include="..\..\..\src\commands\ImportExportCommands.cpp" />
<ClCompile Include="..\..\..\src\commands\Keyboard.cpp" />
@@ -758,7 +757,6 @@
<ClInclude Include="..\..\..\src\commands\CommandType.h" />
<ClInclude Include="..\..\..\src\commands\CompareAudioCommand.h" />
<ClInclude Include="..\..\..\src\commands\GetInfoCommand.h" />
<ClInclude Include="..\..\..\src\commands\GetTrackInfoCommand.h" />
<ClInclude Include="..\..\..\src\commands\HelpCommand.h" />
<ClInclude Include="..\..\..\src\commands\ImportExportCommands.h" />
<ClInclude Include="..\..\..\src\commands\Keyboard.h" />