1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-23 14:45:51 +01:00

Doxygen commentary for subclasses of AudacityException

This commit is contained in:
Paul Licameli
2020-08-25 10:06:08 -04:00
parent 1119dde68a
commit 41ea189075
6 changed files with 84 additions and 62 deletions

View File

@@ -1,10 +1,10 @@
//
// UserException.cpp
//
//
// Created by Paul Licameli on 11/27/16.
//
//
/*!
@file UserException.cpp
@brief implements UserException
Created by Paul Licameli on 11/27/16.
*/
#include "Audacity.h"
#include "UserException.h"