java - Variable type in javadoc methods eclipse -
is there way have type of input variable methods javadoc in eclipse?
i know can have tags name of variables like:
/* * param1 * param2 */
but i'd like:
/* * string param1: * int param2: * return int: */
i've seen in window-->preferences->java-->code style-->code templates can't see resembling tags need.
thanks
no, javadoc tool not support this.
why want this? in documentation of method generate javadoc, method signature shows types of parameters are.
Comments
Post a Comment