Hi all, I often find myself wanting to read the scaladocs for Akka using the built-in ENSIME documentation browser (e.g. "show me docs of the symbol at point"). But the doc artefact that comes with Akka, via the standard sbt `updateClassifiers` call, seems to be the Javadocs, not the Scaladocs. For developing in Scala, these are not as good so it gets quite awkward.
Are you publishing the scaladocs to maven central? If so, is there some special classifier we need to be asking for? Admittedly, we are asking for the javadoc classifier, but it is very standard to use this for scaladocs https://github.com/ensime/ensime-sbt/blob/master/src/main/scala/EnsimePlugin.scala#L179 I should imagine that adding another classifier lookup to the sbt generator would slow things down for people significantly. It's already depressingly slow. Best regards, Sam -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
