Adding implicits and diagrams to scaladoc. See #2880
This commit is contained in:
parent
1c11abd230
commit
c94ef5c66e
2 changed files with 71 additions and 18 deletions
|
|
@ -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
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue