Adding implicits and diagrams to scaladoc. See #2880

This commit is contained in:
Björn Antonsson 2013-01-30 14:46:23 +01:00
parent 1c11abd230
commit c94ef5c66e
2 changed files with 71 additions and 18 deletions

View file

@ -103,6 +103,12 @@ to use from an sbt project) use the ``publish-local`` command::
sbt publish-local
.. note::
Akka generates class diagrams for the API documentation using ScalaDoc. This needs the ``dot`` command from
the Graphviz software package to be installed to avoid errors. You can disable the diagram generation by
adding the flag ``-Dakka.scaladoc.diagrams=false``
sbt Interactive Mode
--------------------