X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fport_set.h;h=fce36279674c1784bda063cbbe52f7a4d79a4c9e;hb=777fe3c68fef42d8fee79432830787bcebdfcb59;hp=cd76f75ee3be691ecbf700db33515e8a9f8aebbb;hpb=9aacefc17010a889222425f97b99050171165038;p=ardour.git 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); bool remove (boost::shared_ptr port); - /** nth port */ + /** nth port + * @param index port index + */ boost::shared_ptr 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(DataType t, size_t index) const; boost::shared_ptr nth_audio_port(size_t n) const;