1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Updates Doxygen documentation

This commit is contained in:
Dmitry Vedenko
2021-06-08 17:58:03 +03:00
committed by Dmitry Vedenko
parent abfda00b8b
commit 97914403f6
2 changed files with 19 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ public:
// DV: We consider a FileException to be internal for now.
// We used to have some odd cases related to the read-only folder in 3.0.0,
// so it is good to have a full picture here.
// In case we see to many - we will tweak this behavior in the next release.
// In case we see too many - we will tweak this behavior in the next release.
: MessageBoxException{ ExceptionType::Internal, caption }
, cause{ cause_ }, fileName{ fileName_ }, renameTarget{ renameTarget_ }
{}