I binged or googled for scaladoc 2.0 tutorial or example, I could not find anything, in fact not even a link to official scaladoc 2.0 documentation.
Anyone know where to find one?
I binged or googled for scaladoc 2.0 tutorial or example, I could not find
Share
docs.scala-lang.org is a more recent source of “Community-driven documentation for Scala” (thanks to the initiative lead by Heather Miller).
(as edited by Martin Konicek in David James‘s original answer)
The Scaladoc page is quite up-to-date.
Martin Konicek asks in the comment how to make a simple Javadoc-like
{@link}.(And
{@link}isn’t mentioned inscala.tools.nsc.ast.DocComments.scala)He mentions that Scaladoc uses
[[fullyQualifiedName]]instead of{@link}.Initial answer (July/Sept 2011)
Right now, the most complete source of information I know about Scaladoc2 is in the new scala-lang.org Wiki.
David James mentions in the comments the Syntax page, and the Tags and Annotations.
The author page has examples, including a what’s new section: