1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +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,11 @@
//
// InconsistencyException.cpp
//
//
// Created by Paul Licameli on 11/27/16.
//
//
/*!
@file InconsistencyException.cpp
@brief Implements InconsistencyException
Created by Paul Licameli on 11/27/16.
*/
#include "Audacity.h"
#include "InconsistencyException.h"