From ace3f812c39fb19b917acff6ddc71a89366f2ce5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 27 May 2024 22:22:06 +0200 Subject: [PATCH] Fix incomplete doxygen doc (gtk2_ardour) --- gtk2_ardour/editor.h | 2 +- gtk2_ardour/time_axis_view.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index 0f893e7b2f..ef861d80ee 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -2298,7 +2298,7 @@ private: /** computes the timeline position for an event whose coordinates * 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. */ Temporal::timepos_t canvas_event_time (GdkEvent const*, double* px = 0, double* py = 0) const; diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 6fa24a6334..62b72a5e28 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -188,7 +188,6 @@ public: * @param pos Position to paste to (session samples). * @param selection Selection to paste. * @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, const Selection& selection,