summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/port_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/port_manager.h')
-rw-r--r--libs/ardour/ardour/port_manager.h3
1 files changed, 1 insertions, 2 deletions
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<Port> 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<Ports> _cycle_ports;
void silence (pframes_t nframes, Session *s = 0);