I wrote a comment like this:
/** Blah blah blah.
*
* {{{
* class MyAppServlet extends ControllerServlet {
* routes.publishWithReflection("/main", MainController)
* routes.publishWithReflection("/foo", FooController)
* }
* }}}
*
* Blah blah blah
*/
I want the code to indent, but here's what the generated HTML looks like:
Is this a bug, or ... ? I'm using Scala 2.11.0.
Unfortunately there is a bug in the scaladoc generator which makes proper indenting not possible. The bug was found and is solved in pull request https://github.com/scala/scala/pull/3951. There may be no backport to Scala 2.10 though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With