Creating new scaladoc not formatting properly

Hello all,

When trying to write scaladoc for an existing method, Intellij is not formatting the comment properly by default. This used to work in previous scala plugin versions. Here's an example of how it is formatting it:


  /**
  *
*/
  private def foo: Int = {
    5 * 5
  }

I am using plugin version         0.30.383. Is there a way to fix this?

Thanks!

Ryan

0

请先登录再写评论。