Before all, i want to thank you for the very useful plugin. Really help saving much time.
But i run into an issue during my work. It appear to me that the plugin automatically append the ending dot "." at the end of javadoc if one is missing. This is sure a plus in writing in English but not for other language. In my case, i writing docs in Japenese, the ending dot would be "。" instead of ".".
So please show me if there is a way to turn off that automation or change default ending dot.
Thank you in advance and please excuse for my bad English.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Before all, i want to thank you for the very useful plugin. Really help saving much time.
But i run into an issue during my work. It appear to me that the plugin automatically append the ending dot "." at the end of javadoc if one is missing. This is sure a plus in writing in English but not for other language. In my case, i writing docs in Japenese, the ending dot would be "。" instead of ".".
So please show me if there is a way to turn off that automation or change default ending dot.
Thank you in advance and please excuse for my bad English.
Hi,
there is a system property "jautodoc.dot", so if you put the following line in your "eclipse.ini"
-vmargs
...
-Djautodoc.dot=。
you should get the desired result.
Works like charm, thanks a lot.
// I've been on a long vacation, sorry for the late response.