Basically, eclipse export javadoc output format such as:
Method Modifier and type Method and description java.lang.String getData(java.lang.String key) java.lang.String echo(java.lang.String string) ...
If i wanna another format such as:
Method Modifier and type Method and description String getData(String key) String echo(String string) ...
(without package name)
what should i do in the eclipse javadoc Extra javadoc options item? many thanks.