1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-02 23:23:53 +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 425c8b92f5
commit c0b3c0d13a
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" />

View File

@@ -1037,9 +1037,6 @@
<ClCompile Include="..\..\..\src\commands\GetInfoCommand.cpp">
<Filter>src\commands</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\commands\GetTrackInfoCommand.cpp">
<Filter>src\commands</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\commands\HelpCommand.cpp">
<Filter>src\commands</Filter>
</ClCompile>
@@ -2098,9 +2095,6 @@
<ClInclude Include="..\..\..\src\commands\GetInfoCommand.h">
<Filter>src\commands</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\commands\GetTrackInfoCommand.h">
<Filter>src\commands</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\commands\HelpCommand.h">
<Filter>src\commands</Filter>
</ClInclude>