It is possible to use complex text as javadoc comments in Eclipse.
It's nice to see it in Intellij IDEA. How can I do that?
It is in Eclipse and it's correct:
/**
* هذا تابع function که می تواند عملیات زیر را انجام دهد.
*/
It is in IntelliJ and it's wrong:
/**
* هذا تابع function که می تواند عملیات زیر را انجام دهد.
*/