13
0

turn comments into doxygen doc

This commit is contained in:
Robin Gareus 2016-08-16 00:22:49 +02:00
parent bc0bb6cae9
commit 7b993ef138

View File

@ -111,12 +111,12 @@ namespace ARDOUR {
*/ */
enum InsertMergePolicy { enum InsertMergePolicy {
InsertMergeReject, // no overlaps allowed InsertMergeReject, ///< no overlaps allowed
InsertMergeRelax, // we just don't care about overlaps InsertMergeRelax, ///< we just don't care about overlaps
InsertMergeReplace, // replace old with new InsertMergeReplace, ///< replace old with new
InsertMergeTruncateExisting, // shorten existing to avoid overlap InsertMergeTruncateExisting, ///< shorten existing to avoid overlap
InsertMergeTruncateAddition, // shorten new to avoid overlap InsertMergeTruncateAddition, ///< shorten new to avoid overlap
InsertMergeExtend // extend new (or old) to the range of old+new InsertMergeExtend ///< extend new (or old) to the range of old+new
}; };
/** See evoral/Parameter.hpp /** See evoral/Parameter.hpp