summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/port_manager.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 05:33:44 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 05:33:44 +0200
commitee54b13d6d5bf14948aea6d2f55abc2919c038d1 (patch)
tree2cc72e0e9317bc78cd70f4dfb07f53ca56c6b450 /libs/ardour/ardour/port_manager.h
parent6c83b6f47d56593e571420af74aa88c42b86a32a (diff)
Fix some more doxygen warnings
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);