add comment/doxygen doc

This commit is contained in:
Paul Davis
2014-07-10 08:14:41 -04:00
parent 60597e750d
commit 15fa465013

View File

@@ -1833,6 +1833,9 @@ ARDOUR_UI::transport_stop ()
_session->request_stop (false, true);
}
/** Check if any tracks are record enabled. If none are, record enable all of them.
* @return true if track record-enabled status was changed, false otherwise.
*/
bool
ARDOUR_UI::trx_record_enable_all_tracks ()
{