Support inclusion of external documentation in Scala3Doc #17886
tel
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's useful when building local documentation for your team to have a version of the documentation that includes not only your own library's code but also the definitions from all (or at least most) included libraries. This was supported in Scala2 via features such as the
-doc-external-doc
flag and sbt'sautoAPIMappings := true
configuration which depended upon that flag.Scala3Doc should also support this functionality and allow the creation of "master" documentation sites as Scala2Doc did.
Beta Was this translation helpful? Give feedback.
All reactions