#summary The @paramset tag == Usage == @paramset [] == Description == Used to declare an alternate function's or constructor's parameter set. If optional paramset name was omitted, then system-generated name "System X" would be used (where X is the paramset's index in the comment) TODO: This is a really useful tag, but I don't think most users will know to look for it. Should document this as part of !BestPractices? == Example == {{{ /** * Sets count of foos in a bar. * @function setFooCount * @paramset Syntax 1 * @param {int} pCount - number of foos to set * @paramset Syntax 2 * @param {Foo} sample - copy foo count from another instance of foo */ }}} == Details == || Since || v1.0 ||