From ee54b13d6d5bf14948aea6d2f55abc2919c038d1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 30 Sep 2019 05:33:44 +0200 Subject: Fix some more doxygen warnings --- libs/ardour/ardour/port_manager.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/ardour/ardour/port_manager.h') diff --git a/libs/ardour/ardour/port_manager.h b/libs/ardour/ardour/port_manager.h index 46e6dc77ad..a991d4fafd 100644 --- a/libs/ardour/ardour/port_manager.h +++ b/libs/ardour/ardour/port_manager.h @@ -189,8 +189,7 @@ class LIBARDOUR_API PortManager boost::shared_ptr register_port (DataType type, const std::string& portname, bool input, bool async = false, PortFlags extra_flags = PortFlags (0)); void port_registration_failure (const std::string& portname); - /** List of ports to be used between ::cycle_start() and ::cycle_end() - */ + /** List of ports to be used between \ref cycle_start() and \ref cycle_end() */ boost::shared_ptr _cycle_ports; void silence (pframes_t nframes, Session *s = 0); -- cgit v1.2.3