]> git.donarmstrong.com Git - lilypond.git/commit
Add some comments to lily/dispatcher.cc
authorDavid Kastrup <dak@gnu.org>
Tue, 16 Jul 2013 16:12:06 +0000 (18:12 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 31 Aug 2013 09:50:27 +0000 (11:50 +0200)
commit648c6fd5081c746e0f7acbce85d45c14bc0224a9
tree9efeff971533a521a613b602c0c3df1ad829ba2e
parent3aac24dec784434048d87061341cfc85a6d2f62f
Add some comments to lily/dispatcher.cc

Also change "bubblesort" moniker to "insertion sort".  While it's
widespread malpractice to call any O(n^2) sorting algorithm comparing
and conditionally exchanging adjacent elements "bubblesort", something
as rare and precious as a comment in LilyPond code deserves getting
done right.
lily/dispatcher.cc