Alignment of ScalaDoc
With 10.5 there was an option to use the recommended ScalaDoc comment
format:
/**
*
*/
Rather than the Java standard:
/**
*
*/
I couldn't find it in 110.137 + 0.5.89. Did I miss it?
Thank you,
Donald
Please sign in to leave a comment.
It's still unknown is it really recommeded, however setting is still persists in 110.137.
Project Settings -> Code Style -> Scala -> Spaces -> Use formatting for ScalaDoc2 options.
Best regards,
Alexander Podkhalyuzin.
At the Scalathon Docspree, they pointed to this:
https://wiki.scala-lang.org/display/SW/Syntax
(which actually says "recommended style" in at least one place)
On 10/20/11 11:53 AM, Alexander Podkhalyuzin wrote:
That is recent discussion about it: https://groups.google.com/forum/#!topic/scala-internals/6vI508YSt0Y
Best regards,
Alexander Podkhalyuzin.
I see your point.
I'm with the writer who commented that the stylistic difference helped
to remind him that he wasn't working on Java though.
Also, that panel has really pathetic sample code. Any chance we can get
something more comprehensive?
In point of fact, I didn't think that the ScalaDoc control would be on
that page since there isn't any ScalaDoc in the sample.
In any case, thank you for your help.
On 10/20/11 5:28 PM, Alexander Podkhalyuzin wrote:
Yes, I'm sure that will be improved on some day (currently we started small work on scaladocs, however I can't promise it soon, I think scaladocs deserves own page with own sample).
Best regards,
Alexander Podkhalyuzin.