add comment/doxygen doc

This commit is contained in:
Paul Davis 2014-07-09 23:06:13 -04:00
parent 27ea99ff95
commit 2aec1919ae

View file

@ -1802,6 +1802,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 ()
{