mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 03:03:10 +01:00
doxygen. Class list completed for letter 'A'.
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
/**********************************************************************
|
||||
|
||||
Audacity: A Digital Audio Editor
|
||||
|
||||
AudacityException
|
||||
|
||||
Paul Licameli
|
||||
|
||||
********************************************************************//**
|
||||
|
||||
\class AudacityException
|
||||
\brief root of a hierarchy of classes that are thrown and caught
|
||||
by Audacity.
|
||||
|
||||
\class MessageBoxException
|
||||
\brief an AudacityException that pops up a single message box even if
|
||||
there were multiple exceptions of the same kind before it actually
|
||||
got to show.
|
||||
|
||||
*//********************************************************************/
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "AudacityException.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user