From c7be6f2330d60298cf28a979907d8a5feb433ef1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 30 Sep 2019 05:34:06 +0200 Subject: [PATCH] Fix some UI doxygen warnings --- gtk2_ardour/midi_region_view.h | 2 +- gtk2_ardour/mouse_cursors.h | 3 ++- 2 files changed, 3 insertions(+), 2 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; diff --git a/gtk2_ardour/mouse_cursors.h b/gtk2_ardour/mouse_cursors.h index d35e3ca333..350828ecd0 100644 --- a/gtk2_ardour/mouse_cursors.h +++ b/gtk2_ardour/mouse_cursors.h @@ -20,7 +20,8 @@ #ifndef __gtk2_ardour_mouse_cursors__ #define __gtk2_ardour_mouse_cursors__ -/** @file Handling of bitmaps to be used for mouse cursors. +/** @file mouse_cursors.h + * Handling of bitmaps to be used for mouse cursors. * * Held centrally by the Editor because some cursors are used in several places. */