summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/port_set.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-10 20:53:42 +0200
committerRobin Gareus <robin@gareus.org>2016-04-10 20:56:06 +0200
commit1c084d1e0e7aae0b6366cf8fcf73db2eacf5c1ab (patch)
tree2ca0a1dd1005b2975a3c885de51d66f5ee22097d /libs/ardour/ardour/port_set.h
parent09202249e1189e28a810e3b79f0e9ad1f07227e2 (diff)
NO-OP whitespace + comments
Diffstat (limited to 'libs/ardour/ardour/port_set.h')
-rw-r--r--libs/ardour/ardour/port_set.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/libs/ardour/ardour/port_set.h b/libs/ardour/ardour/port_set.h
index cd76f75ee3..fce3627967 100644
--- a/libs/ardour/ardour/port_set.h
+++ b/libs/ardour/ardour/port_set.h
@@ -49,10 +49,15 @@ public:
void add (boost::shared_ptr<Port> port);
bool remove (boost::shared_ptr<Port> port);
- /** nth port */
+ /** nth port
+ * @param index port index
+ */
boost::shared_ptr<Port> port(size_t index) const;
- /** nth port of type @a t, or nth port if t = NIL */
+ /** nth port of type @a t, or nth port if t = NIL
+ * @param t data type
+ * @param index port index
+ */
boost::shared_ptr<Port> port(DataType t, size_t index) const;
boost::shared_ptr<AudioPort> nth_audio_port(size_t n) const;