summaryrefslogtreecommitdiff
path: root/gtk2_ardour/foldback_strip.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 18:20:15 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 21:03:16 +0200
commit0a6f517230a0f8b86c20e761ca18eb99f2a80a16 (patch)
tree7542a6ea986aedd57c81b33f44d8b886f8532545 /gtk2_ardour/foldback_strip.h
parentfeb5d1261eb41548e44488bbe67df357b6de9a5f (diff)
No more doxygen warnings for gtk2_arodur/*
That's with doxgen 1.8.13.
Diffstat (limited to 'gtk2_ardour/foldback_strip.h')
-rw-r--r--gtk2_ardour/foldback_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/foldback_strip.h b/gtk2_ardour/foldback_strip.h
index 32279c8165..f912c5008f 100644
--- a/gtk2_ardour/foldback_strip.h
+++ b/gtk2_ardour/foldback_strip.h
@@ -131,7 +131,7 @@ public:
void revert_to_default_display ();
/** @return the delivery that is being edited using our fader; it will be the
- * last send passed to ::show_send, or our route's main out delivery.
+ * last send passed to show_send(), or our route's main out delivery.
*/
boost::shared_ptr<ARDOUR::Delivery> current_delivery () const {
return _current_delivery;