Fix some UI doxygen warnings
This commit is contained in:
parent
ee54b13d6d
commit
c7be6f2330
@ -137,7 +137,7 @@ public:
|
|||||||
/** Look up the given time and channel in the 'automation' and set keys accordingly.
|
/** Look up the given time and channel in the 'automation' and set keys accordingly.
|
||||||
* @param time the time of the patch change event
|
* @param time the time of the patch change event
|
||||||
* @param channel the MIDI channel of the 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
|
* 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;
|
void get_patch_key_at (Temporal::Beats time, uint8_t channel, MIDI::Name::PatchPrimaryKey& key) const;
|
||||||
|
@ -20,7 +20,8 @@
|
|||||||
#ifndef __gtk2_ardour_mouse_cursors__
|
#ifndef __gtk2_ardour_mouse_cursors__
|
||||||
#define __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.
|
* Held centrally by the Editor because some cursors are used in several places.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user