Fix incomplete doxygen doc (gtk2_ardour)
This commit is contained in:
parent
ab62177bdf
commit
ace3f812c3
@ -2298,7 +2298,7 @@ private:
|
|||||||
|
|
||||||
/** computes the timeline position for an event whose coordinates
|
/** computes the timeline position for an event whose coordinates
|
||||||
* are in canvas units (pixels, scroll offset included). The time
|
* are in canvas units (pixels, scroll offset included). The time
|
||||||
* domain used by the return value will match ::default_time_domain()
|
* domain used by the return value will match Editor::default_time_domain()
|
||||||
* at the time of calling.
|
* at the time of calling.
|
||||||
*/
|
*/
|
||||||
Temporal::timepos_t canvas_event_time (GdkEvent const*, double* px = 0, double* py = 0) const;
|
Temporal::timepos_t canvas_event_time (GdkEvent const*, double* px = 0, double* py = 0) const;
|
||||||
|
@ -188,7 +188,6 @@ public:
|
|||||||
* @param pos Position to paste to (session samples).
|
* @param pos Position to paste to (session samples).
|
||||||
* @param selection Selection to paste.
|
* @param selection Selection to paste.
|
||||||
* @param ctx Paste context.
|
* @param ctx Paste context.
|
||||||
* @param sub_num music-time sub-division: \c -1: snap to bar, \c 1: exact beat, \c >1: \c (1 \c / \p sub_num \c ) beat-divisions
|
|
||||||
*/
|
*/
|
||||||
virtual bool paste (Temporal::timepos_t const & pos,
|
virtual bool paste (Temporal::timepos_t const & pos,
|
||||||
const Selection& selection,
|
const Selection& selection,
|
||||||
|
Loading…
Reference in New Issue
Block a user