mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Rewrite comments about exception safety guarantees with Doxygen...
... Defining a new macro, which generates a special paragraph with links to a new page describing the principles.
This commit is contained in:
@@ -583,8 +583,8 @@ void ControlToolBar::PlayDefault()
|
||||
ProjectAudioManager::Get( mProject ).PlayCurrentRegion(looped, cutPreview);
|
||||
}
|
||||
|
||||
/*! @excsafety{Strong} -- For state of current project's tracks */
|
||||
void ControlToolBar::OnRecord(wxCommandEvent &evt)
|
||||
// STRONG-GUARANTEE (for state of current project's tracks)
|
||||
{
|
||||
// TODO: It would be neater if Menu items and Toolbar buttons used the same code for
|
||||
// enabling/disabling, and all fell into the same action routines.
|
||||
|
||||
Reference in New Issue
Block a user