$classname
(
#if $constructor.params
#set $i=0
#set $current=""
#for $param in $constructor.params#
#if $current != $param.name
#if $i > 0#, #end if#
#set $i = $i + 1
#set $current = $param.name
$param.name
#end if
#end for
#end if
)
#if $constructor.params
- Parameters: #for $param in $constructor.params
-
$param.name <$param.type>
$param.description
#end for
- Returns:
- $constructor.return