## Compiler version 3.2.1-RC2(all 3 version should have this issue.) ## Minimized code <!-- This code should be self contained, compilable (with possible failures) and as small as possible. Ideally, we should be able to just copy this code in a file and run `scalac` (and maybe `scala`) to reproduce the issue. --> ```Scala /** * {{{ code }}}} */ class A ``` ## Output The html page is not correct, showing "class A", "}" and "code }}}". ## Expectation The html page should only show "class A", "}". ## Comment This is the same issue in scala2, https://github.com/scala/bug/issues/12509. Just different test case.