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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -