#**
* macro comment
* @param $arg test
*#
#macro (somemacro $arg)
#end
The quick doc shows only the "macro comment" but not the parameter comment in any form, it's just ignored. Is there any form of syntax for the parameters different to normal javadoc or is it just missing?
It would be nice for better integration and documenting.