Where is the Scaladoc for the core mill packages? #1688
Unanswered
Sailsman63
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The probably easiest way to browse mill API is by opening a Mills API is partitioned into various jars and respectively source jars. You can already browse these online, e.g. via javadoc.io. Example for current scalalib documentation: https://javadoc.io/doc/com.lihaoyi/mill-scalalib_2.13/0.10.0/index.html I'd like to also have a combined Scaladoc site, but this is a work in progress: #1559 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a total mill beginner/scala newbie, I've been finding myself searching through the core repository here trying to understand what tasks are available out-of-the-box, and what options or configuration for them are available. Is the Scaladoc/javadoc for them hosted somewhere, and I just missed it?
Beta Was this translation helpful? Give feedback.
All reactions