summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 05:34:06 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 05:34:06 +0200
commitc7be6f2330d60298cf28a979907d8a5feb433ef1 (patch)
tree3a2e8470431bf6b290a0ea8625b453b85a708371 /gtk2_ardour/midi_region_view.h
parentee54b13d6d5bf14948aea6d2f55abc2919c038d1 (diff)
Fix some UI doxygen warnings
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index 9396dc76c2..7c755c5869 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -137,7 +137,7 @@ public:
/** Look up the given time and channel in the 'automation' and set keys accordingly.
* @param time the time of the patch change event
* @param channel the MIDI channel of the event
- * @key a reference to an instance of MIDI::Name::PatchPrimaryKey whose fields will
+ * @param key a reference to an instance of MIDI::Name::PatchPrimaryKey whose fields will
* will be set according to the result of the lookup
*/
void get_patch_key_at (Temporal::Beats time, uint8_t channel, MIDI::Name::PatchPrimaryKey& key) const;