1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

doxygen. Class list completed for letter 'A'.

This commit is contained in:
James Crook
2017-11-09 18:32:29 +00:00
parent a612af5c05
commit a49f14ad02
19 changed files with 186 additions and 56 deletions

View File

@@ -56,9 +56,11 @@
// ============================================================================
// ============================================================================
//
// ModuleInterface class
//
///
/// ModuleInterface is a generic dll or so interface for Audacity, that is
/// used for plug ins. Classes derived from it can handle more specific plug
/// in types.
///
// ============================================================================
class ModuleInterface /* not final */ : public IdentInterface